mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
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>
This commit is contained in:
committed by
Kalle Valo
parent
8d666302df
commit
3f210e2f12
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user