[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210316115458.GA2302@shreya-VirtualBox>
Date: Tue, 16 Mar 2021 17:24:58 +0530
From: Shreya AJith <shreya.ajithchb@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
d.straghkov@...ras.ru, dan.carpenter@...cle.com,
straube.linux@...il.com, ross.schm.dev@...il.com,
bkkarthik@...u.pes.edu, gregkh@...uxfoundation.org
Subject: [PATCH v3] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation
coding style issue
Fixed the indentation of the else part of the conditional statement.
Signed-off-by: Shreya Ajith <shreya.ajithchb@...il.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
Powered by blists - more mailing lists