Fixed the error found by checkpatch.pl related to spacing requirement
in the && condition. 

Signed-off-by: Gokulnath A <gokulnath.avanashilin...@in.bosch.com>
---
 drivers/staging/rtl8821ae/pci.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c
index c0bdb83..0e3e53d 100644
--- a/drivers/staging/rtl8821ae/pci.c
+++ b/drivers/staging/rtl8821ae/pci.c
@@ -952,7 +952,8 @@ static void _rtl_pci_rx_interrupt(struct ieee80211_hw *hw)
                        rtl_swlps_beacon(hw, (void*)skb->data, skb->len);
                        rtl_recognize_peer(hw, (void*)skb->data, skb->len);
                        if ((rtlpriv->mac80211.opmode == NL80211_IFTYPE_AP) &&
-                           (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G)&&
+                           (rtlpriv->rtlhal.current_bandtype ==
+                                                        BAND_ON_2_4G) &&
                            (ieee80211_is_beacon(fc) ||
                             ieee80211_is_probe_resp(fc))) {
                                dev_kfree_skb_any(skb);
-- 
1.8.1.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to