From: Fabio Aiuto Date: Fri, 30 Jul 2021 14:54:08 +0000 (+0200) Subject: staging: rtl8723bs: put condition parentheses at the end of a line X-Git-Tag: microblaze-v5.16~155^2~307 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=9b6818c1ac0e545c632265e4bf0aa1171347ebea;p=linux-2.6-microblaze.git 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 Link: https://lore.kernel.org/r/295a41c98cd475ae25f9288d99a929b75492db3f.1627656773.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman --- 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;