Skip to content

Commit

Permalink
qla3xxx: remove an extra semi-colon
Browse files Browse the repository at this point in the history
The define is only used one place, and it's at the end of a line so
the semi-colon doesn't affect anything.  But let's clean it up
anyway.

Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
error27 authored and davem330 committed Aug 8, 2011
1 parent bb24fd6 commit 8a4cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ static int ql_mii_setup(struct ql3_adapter *qdev)
SUPPORTED_1000baseT_Half | \
SUPPORTED_1000baseT_Full | \
SUPPORTED_Autoneg | \
SUPPORTED_TP); \
SUPPORTED_TP) \

static u32 ql_supported_modes(struct ql3_adapter *qdev)
{
Expand Down

0 comments on commit 8a4cadc

Please sign in to comment.