summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBryan Brattlof <hello@bryanbrattlof.com>2021-04-07 20:19:37 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-08 09:27:59 +0200
commit4e35b91390fcd13bf46e12acd3b6f94a082a6cf3 (patch)
tree841a84e66514f39ee5ad3e50a04a0fb0bdd4c265 /drivers
parent73aba1b5f0afccdd41e5dec2002f3bd79e33636e (diff)
staging: rtl8723bs: remove extra indent
There is an extra tab in the conditional statement. This removes it. Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com> Link: https://lore.kernel.org/r/20210407201842.80074-1-hello@bryanbrattlof.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/drivers/staging/rtl8723bs/core/rtw_ap.c
index 10589d52bba9..4a9bd4825fab 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 */