summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2016-04-21 15:07:54 (GMT)
committerKalle Valo <kvalo@codeaurora.org>2016-04-27 13:51:57 (GMT)
commit3f210e2f1269ffe83188db2f1f5839da907fc722 (patch)
treee01d03d8fe0f901ed5d5bfee8960c1d16723f0c2 /drivers
parent8d666302df95ab585f5cc7b2fb779991f8797eb5 (diff)
downloadlinux-3f210e2f1269ffe83188db2f1f5839da907fc722.tar.xz
mwifiex: fix coding style
Redundant space in case statement is removed. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/cfg80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
index 6db202f..369ea06 100644
--- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
@@ -3388,7 +3388,7 @@ static int mwifiex_cfg80211_resume(struct wiphy *wiphy)
break;
case CONTROL_FRAME_MATCHED:
break;
- case MANAGEMENT_FRAME_MATCHED:
+ case MANAGEMENT_FRAME_MATCHED:
break;
case GTK_REKEY_FAILURE:
if (wiphy->wowlan_config->gtk_rekey_failure)