]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2x: Add missing braces in bnx2x:bnx2x_link_initialize
authorDave Jones <davej@redhat.com>
Thu, 5 Sep 2013 03:46:58 +0000 (23:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2013 18:31:02 +0000 (14:31 -0400)
commit95b192dd72eb2bc0b377a81cbcdc6e687bd0a7dc
tree2c684e45797b3f97e09dcb55ac63a827f2210350
parentbc46f820d15a7ea340ce1ee3d04bbd8b94fbd5a2
bnx2x: Add missing braces in bnx2x:bnx2x_link_initialize

The indentation here implies that the intent was for this to be a multiline if.
Introduced a few years ago in commit 28df919ff558be548decf5a1838b052c8a59a29d ("bnx2x: Modify XGXS functions")

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c