projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51368bf
)
iwlwifi: mvm: fix coccinelle warnings
author
Fengguang Wu
<
[email protected]
>
Tue, 31 Dec 2013 09:04:18 +0000
(11:04 +0200)
committer
Emmanuel Grumbach
<
[email protected]
>
Tue, 31 Dec 2013 17:03:53 +0000
(19:03 +0200)
drivers/net/wireless/iwlwifi/mvm/led.c:106:2-3: Unneeded semicolon
Removes unneeded semicolon.
Generated by: coccinelle/misc/semicolon.cocci
CC: Johannes Berg <
[email protected]
>
Signed-off-by: Fengguang Wu <
[email protected]
>
Signed-off-by: Emmanuel Grumbach <
[email protected]
>
drivers/net/wireless/iwlwifi/mvm/led.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/mvm/led.c
b/drivers/net/wireless/iwlwifi/mvm/led.c
index 3ee85537d712fa1b3a29ca2f2dfd74d63091ff05..6b4ea6bf8ffeaf13273b1f79ec46057290254e31 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/mvm/led.c
+++ b/
drivers/net/wireless/iwlwifi/mvm/led.c
@@
-103,7
+103,7
@@
int iwl_mvm_leds_init(struct iwl_mvm *mvm)
return 0;
default:
return -EINVAL;
- }
;
+ }
mvm->led.name = kasprintf(GFP_KERNEL, "%s-led",
wiphy_name(mvm->hw->wiphy));