diff mbox

[1/3] mwifiex: Fixed incorrect indentation issue

Message ID 1456341563-375-1-git-send-email-royujjal@gmail.com (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show

Commit Message

Roy, UjjaL Feb. 24, 2016, 7:19 p.m. UTC
This patch fixes the incorrect indentation of the case label.

Signed-off-by: UJJAL ROY <royujjal@gmail.com>
---
 drivers/net/wireless/marvell/mwifiex/cfg80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Kalle Valo March 7, 2016, 12:32 p.m. UTC | #1
> This patch fixes the incorrect indentation of the case label.
> 
> Signed-off-by: Ujjal Roy <royujjal@gmail.com>

Thanks, 3 patches applied to wireless-drivers-next.git:

32962d5b43b7 mwifiex: Fixed incorrect indentation issue
3a968d766a63 mwifiex: Removed extra spaces before commas
354a1947a025 mwifiex: Added missing spaces around brackets

Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
index e7adef7..cb0cf03 100644
--- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c
@@ -676,7 +676,7 @@  mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
 		}
 		break;

-		case MWIFIEX_BSS_ROLE_STA:
+	case MWIFIEX_BSS_ROLE_STA:
 		if (priv->media_connected) {
 			mwifiex_dbg(adapter, ERROR,
 				    "cannot change wiphy params when connected");