staging: rtl8723bs: fix indentation issue introduced by long line split
authorFabio Aiuto <fabioaiuto83@gmail.com>
Wed, 14 Apr 2021 08:17:39 +0000 (10:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 08:41:33 +0000 (10:41 +0200)
fix indentation of last line in if condition.

Fixes: af6afdb63f17 (staging: rtl8723bs: split long lines)
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210414081739.2990-1-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c

index 440e229..873d379 100644 (file)
@@ -621,7 +621,7 @@ unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame)
 _issue_probersp:
                if ((check_fwstate(pmlmepriv, _FW_LINKED) &&
                     pmlmepriv->cur_network.join_res) ||
-                    check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE))
+                   check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE))
                        issue_probersp(padapter, get_sa(pframe), is_valid_p2p_probereq);
        }