qla3xxx: remove an extra semi-colon
authorDan Carpenter <error27@gmail.com>
Sat, 6 Aug 2011 04:26:41 +0000 (04:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Aug 2011 05:07:39 +0000 (22:07 -0700)
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 <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qla3xxx.c

index 2f6914025efc8bbfed44320014aea866e7d774cf..ccde8061afa8fac5c602b0da6754607f85d1ff0c 100644 (file)
@@ -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)
 {