staging: rtl8723bs: Fix indenting mistake in os_dep/mlme_linux.c
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 8 Apr 2017 16:07:28 +0000 (11:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Apr 2017 07:26:28 +0000 (09:26 +0200)
Smatch reports the following warning:

  CHECK   drivers/staging/rtl8723bs/os_dep/mlme_linux.c
drivers/staging/rtl8723bs/os_dep/mlme_linux.c:149 rtw_os_indicate_disconnect() warn: inconsistent indenting

Again, a simple change in the white space fixes this problem.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/mlme_linux.c

index aa17933897978120e9f3f1242db4fdd19cc793a8..46315d1a82f7ef332c824c83cebac8160f56e92c 100644 (file)
@@ -145,8 +145,8 @@ void rtw_os_indicate_disconnect(struct adapter *adapter)
 
        rtw_indicate_wx_disassoc_event(adapter);
 
-        /* modify for CONFIG_IEEE80211W, none 11w also can use the same command */
-        rtw_reset_securitypriv_cmd(adapter);
+       /* modify for CONFIG_IEEE80211W, none 11w also can use the same command */
+       rtw_reset_securitypriv_cmd(adapter);
 }
 
 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie)