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@gmail.com>
Link: https://lore.kernel.org/r/20210316123118.GA2312@shreya-VirtualBox
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shreya Ajith
2021-03-16 18:01:18 +05:30
committed by Greg Kroah-Hartman
parent 29420aeb4c
commit 8b2a95eea7

View File

@@ -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);
}