mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
staging: rtl8723bs: put condition parentheses at the end of a line
put the closing parenthese at the end of a line Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/295a41c98cd475ae25f9288d99a929b75492db3f.1627656773.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b8afef0e13
commit
9b6818c1ac
|
|
@ -606,8 +606,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
|
|||
|
||||
/* probe resp(3) > beacon(1) > probe req(2) */
|
||||
if (target->reserved[0] != 2 &&
|
||||
target->reserved[0] >= pnetwork->network.reserved[0]
|
||||
) {
|
||||
target->reserved[0] >= pnetwork->network.reserved[0]) {
|
||||
update_ie = true;
|
||||
} else {
|
||||
update_ie = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user