Staging: rtl8723bs: fixed a blank coding style
authorDonggyu Kim <a29661498@gmail.com>
Tue, 25 May 2021 14:01:23 +0000 (23:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 10:30:22 +0000 (12:30 +0200)
Fixed a coding style issue - add blank after declation

Signed-off-by: Dongkyu Kim <a29661498@gmail.com>
Link: https://lore.kernel.org/r/20210525140123.15100-1-a29661498@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c

index ac289e5600b02302069389a3b0e077e430450066..f82f8289bf3b7bd8d810726184b047d698e229b1 100644 (file)
@@ -1335,6 +1335,7 @@ u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer)
 static void dynamic_chk_wk_hdl(struct adapter *padapter)
 {
        struct mlme_priv *pmlmepriv;
+    
        pmlmepriv = &(padapter->mlmepriv);
 
        if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)