Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shreya Ajith and committed by
Greg Kroah-Hartman
8b2a95ee 29420aeb

+1 -1
+1 -1
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
··· 1760 1760 1761 1761 if (pmlmeext->cur_wireless_mode & WIRELESS_11B) 1762 1762 update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB); 1763 - else 1763 + else 1764 1764 update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB); 1765 1765 } 1766 1766