mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
Staging: rtl8192e: Fix if statement alignment with open parenthesis
Add a space in front of statement to fix checkpatch warning: Alignment should match open parenthesis Signed-off-by: Tree Davies <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20240126223106.986093-15-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c64b64c98b
commit
3f3dd0a07c
@@ -1207,7 +1207,7 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
|
||||
ieee->current_network.flags);
|
||||
|
||||
if ((rtllib_act_scanning(ieee, false)) &&
|
||||
!(ieee->softmac_features & IEEE_SOFTMAC_SCAN))
|
||||
!(ieee->softmac_features & IEEE_SOFTMAC_SCAN))
|
||||
rtllib_stop_scan_syncro(ieee);
|
||||
|
||||
ht_reset_iot_setting(ieee->ht_info);
|
||||
|
||||
Reference in New Issue
Block a user