mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
73aba1b5f0
commit
4e35b91390
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user