linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] mwifiex: Fixed incorrect indentation issue
@ 2016-02-11  6:47 Ujjal Roy
  2016-02-11  6:47 ` [PATCH 2/3] mwifiex: Removed extra spaces before commas Ujjal Roy
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Ujjal Roy @ 2016-02-11  6:47 UTC (permalink / raw)
  To: Amitkumar Karwar
  Cc: Cathy Luo, Nishant Sarmukadam, Kalle Valo, WiFi Mailing List

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(-)

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");
--
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH 1/3] mwifiex: Fixed incorrect indentation issue
@ 2016-02-24 19:19 UJJAL ROY
  0 siblings, 0 replies; 11+ messages in thread
From: UJJAL ROY @ 2016-02-24 19:19 UTC (permalink / raw)
  To: Amitkumar Karwar
  Cc: Cathy Luo, Nishant Sarmukadam, Kalle Valo, WiFi Mailing List

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(-)

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");
--
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-02-24 19:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11  6:47 [PATCH 1/3] mwifiex: Fixed incorrect indentation issue Ujjal Roy
2016-02-11  6:47 ` [PATCH 2/3] mwifiex: Removed extra spaces before commas Ujjal Roy
2016-02-15 23:46   ` Julian Calaby
2016-02-11  6:47 ` [PATCH 3/3] mwifiex: Added missing spaces around brackets Ujjal Roy
2016-02-15 23:46   ` Julian Calaby
2016-02-16  5:56   ` Souptick Joarder
2016-02-11  9:35 ` [PATCH 1/3] mwifiex: Fixed incorrect indentation issue Kalle Valo
2016-02-11 15:02   ` Ujjal Roy
2016-02-24 19:26   ` Ujjal Roy
2016-02-15 23:45 ` Julian Calaby
  -- strict thread matches above, loose matches on Subject: below --
2016-02-24 19:19 UJJAL ROY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).