From: Bryan Brattlof Date: Wed, 7 Apr 2021 20:19:37 +0000 (+0000) Subject: staging: rtl8723bs: remove extra indent X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4e35b91390fcd13bf46e12acd3b6f94a082a6cf3;p=linux.git staging: rtl8723bs: remove extra indent There is an extra tab in the conditional statement. This removes it. Signed-off-by: Bryan Brattlof Link: https://lore.kernel.org/r/20210407201842.80074-1-hello@bryanbrattlof.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/drivers/staging/rtl8723bs/core/rtw_ap.c index 10589d52bba96..4a9bd4825fab9 100644 --- a/drivers/staging/rtl8723bs/core/rtw_ap.c +++ b/drivers/staging/rtl8723bs/core/rtw_ap.c @@ -1008,7 +1008,7 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) } if ((p == NULL) || (ie_len == 0)) - break; + break; } /* wmm */