mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 02:52:22 +00:00
staging: rtl8192e: move logical continuation to previous line
Move logical continuation '&&' to the previous line to conform to the Linux kernel coding style. Issue found using checkpatch. Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f2dc64fb6
commit
1b873bd4ea
@ -2644,8 +2644,8 @@ static inline void rtllib_process_probe_response(
|
||||
(network->ssid_len ? 1 : 0))) {
|
||||
update_network(ieee, &ieee->current_network, network);
|
||||
if ((ieee->current_network.mode == IEEE_N_24G ||
|
||||
ieee->current_network.mode == IEEE_G)
|
||||
&& ieee->current_network.berp_info_valid) {
|
||||
ieee->current_network.mode == IEEE_G) &&
|
||||
ieee->current_network.berp_info_valid) {
|
||||
if (ieee->current_network.erp_value & ERP_UseProtection)
|
||||
ieee->current_network.buseprotection = true;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user