]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: fix indentation issue with return statement
authorColin Ian King <colin.king@canonical.com>
Tue, 22 Jan 2019 14:15:54 +0000 (14:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2019 08:52:01 +0000 (09:52 +0100)
A return statement is indented incorrectly, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_xmit.c

index 625e67f398893ee4ee34eec1a00d0c9f3c4f1b7d..094d61bcb46983226a2cbf8974c5dd2e78758e05 100644 (file)
@@ -2389,7 +2389,7 @@ sint xmitframe_enqueue_for_sleeping_sta(struct adapter *padapter, struct xmit_fr
 
        if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == false) {
                DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_fwstate);
-           return ret;
+               return ret;
        }
 /*
        if (pattrib->psta)