staging: rtl8723au: core: Add space after '|'
authorAybuke Ozdemir <aybuke.147@gmail.com>
Sun, 28 Sep 2014 14:22:37 +0000 (17:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:11:44 +0000 (23:11 -0400)
This patch fixes checkpatch.pl error in file rtw_ap.c
ERROR: need consistent spacing around '|' (ctx:WxV)

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c

index 35908bac7bade593cd2699e658b43e26abe35f03..6b4092f05da577304619da53f0e2645b6cbf5a85 100644 (file)
@@ -396,7 +396,7 @@ void add_RATid23a(struct rtw_adapter *padapter, struct sta_info *psta, u8 rssi_l
                if (tx_ra_bitmap & 0xffff000)
                        sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B;
                else if (tx_ra_bitmap & 0xff0)
-                       sta_band |= WIRELESS_11G |WIRELESS_11B;
+                       sta_band |= WIRELESS_11G | WIRELESS_11B;
                else
                        sta_band |= WIRELESS_11B;
        }