mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02: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:
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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user