summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_main.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-14 17:04:31 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-15 11:06:18 -0800
commit6f38ad93e4882e84c1cc113736db7dc9252dcf11 (patch)
treef95d34a8831d8e5b1613bedf852bcd839f74d233 /drivers/net/bnx2x/bnx2x_main.c
parentad65ffd12dccf6d1031298eacc060327751084da (diff)
downloadop-kernel-dev-6f38ad93e4882e84c1cc113736db7dc9252dcf11.zip
op-kernel-dev-6f38ad93e4882e84c1cc113736db7dc9252dcf11.tar.gz
drivers/net/bnx2x: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_main.c')
-rw-r--r--drivers/net/bnx2x/bnx2x_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c
index e9ad16f..7ffcb08 100644
--- a/drivers/net/bnx2x/bnx2x_main.c
+++ b/drivers/net/bnx2x/bnx2x_main.c
@@ -8078,7 +8078,7 @@ static void __devinit bnx2x_get_port_hwinfo(struct bnx2x *bp)
int port = BP_PORT(bp);
u32 val, val2;
u32 config;
- u32 ext_phy_type, ext_phy_config;;
+ u32 ext_phy_type, ext_phy_config;
bp->link_params.bp = bp;
bp->link_params.port = port;
OpenPOWER on IntegriCloud