All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
@ 2021-03-16 11:54 Shreya AJith
  0 siblings, 0 replies; only message in thread
From: Shreya AJith @ 2021-03-16 11:54 UTC (permalink / raw)
  To: gregkh
  Cc: linux-kernel, devel, d.straghkov, dan.carpenter, straube.linux,
	ross.schm.dev, bkkarthik, gregkh

Fixed the indentation of the else part of the conditional statement.

Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>
---
v1-> v2:
Changed name in signed-off-by to match name in From.
v2-> v3:
Reversed the change and made change in From instead.

 drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
index 975f2830e29e..4b5afaeac916 100644
--- a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
+++ b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
@@ -1760,7 +1760,7 @@ void update_wireless_mode(struct adapter *padapter)
 
 	if (pmlmeext->cur_wireless_mode & WIRELESS_11B)
 		update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB);
-	 else
+	else
 		update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB);
 }
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-16 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 11:54 [PATCH v3] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue Shreya AJith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.