staging: rtl8723bs: put condition parentheses at the end of a line
authorFabio Aiuto <fabioaiuto83@gmail.com>
Fri, 30 Jul 2021 14:54:08 +0000 (16:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Jul 2021 14:56:07 +0000 (16:56 +0200)
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>
drivers/staging/rtl8723bs/core/rtw_mlme.c

index d3d068b..5ed13bf 100644 (file)
@@ -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;