projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb24fd6
)
qla3xxx: remove an extra semi-colon
author
Dan Carpenter
<error27@gmail.com>
Sat, 6 Aug 2011 04:26:41 +0000
(
04:26
+0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/qla3xxx.c
b/drivers/net/qla3xxx.c
index
2f69140
..
ccde806
100644
(file)
--- 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)
{