[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110806142641.GB10373@mwanda>
Date: Sat, 6 Aug 2011 07:26:41 -0700
From: Dan Carpenter <error27@...il.com>
To: Ron Mercer <ron.mercer@...gic.com>
Cc: "supporter:QLOGIC QLA3XXX NE..." <linux-driver@...gic.com>,
"open list:QLOGIC QLA3XXX NE..." <netdev@...r.kernel.org>,
kernel-janitors@...r.kernel.org
Subject: [patch] qla3xxx: remove an extra semi-colon
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@...il.com>
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index 2f69140..ccde806 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -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)
{
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists