提交 1b873bd4 编写于 作者: S Santha Meena Ramamoorthy 提交者: Greg Kroah-Hartman

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: NSantha Meena Ramamoorthy <santhameena13@gmail.com>
Acked-by: NJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0f2dc64f
...@@ -2644,8 +2644,8 @@ static inline void rtllib_process_probe_response( ...@@ -2644,8 +2644,8 @@ static inline void rtllib_process_probe_response(
(network->ssid_len ? 1 : 0))) { (network->ssid_len ? 1 : 0))) {
update_network(ieee, &ieee->current_network, network); update_network(ieee, &ieee->current_network, network);
if ((ieee->current_network.mode == IEEE_N_24G || if ((ieee->current_network.mode == IEEE_N_24G ||
ieee->current_network.mode == IEEE_G) ieee->current_network.mode == IEEE_G) &&
&& ieee->current_network.berp_info_valid) { ieee->current_network.berp_info_valid) {
if (ieee->current_network.erp_value & ERP_UseProtection) if (ieee->current_network.erp_value & ERP_UseProtection)
ieee->current_network.buseprotection = true; ieee->current_network.buseprotection = true;
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册