[PATCH 4/4] staging: rtl8723bs: put condition parentheses at the end of a line

From: Fabio Aiuto
Date: Fri Jul 30 2021 - 10:54:45 EST


put the closing parenthese at the end of a line

Signed-off-by: Fabio Aiuto <fabioaiuto83@xxxxxxxxx>
---
drivers/staging/rtl8723bs/core/rtw_mlme.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index d3d068babb5e..5ed13bf765d2 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -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;
--
2.20.1