Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c6a49a2 authored by Ana Rey's avatar Ana Rey Committed by Peter P Waskiewicz Jr
Browse files

staging: rtl8187se: Add whitespaces around '&', '||' and '&&'



Add whitespaces around '&', '||' and '&&' as the codingStyle of the kernel
recommends.

Fix checkpatch.pl errors:
ERROR: spaces required around that '||' (ctx:VxV)
ERROR: spaces required around that '&&' (ctx:VxV)
ERROR: need consistent spacing around '&'

Signed-off-by: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent b254a306
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1633,7 +1633,6 @@ inline int ieee80211_rx_frame_softmac(struct ieee80211_device *ieee,
									 */
									ieee->init_wmmparam_flag = 1;
									queue_work(ieee->wq, &ieee->wmm_param_update_wq);

								}
								/* update info_element for current network */
								ieee->current_network.wmm_info  = info_element->data[6];