]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8192e: Insert spaces around '|'
authorHans Buss <hans.buss@mailfence.com>
Thu, 22 Aug 2024 14:36:55 +0000 (11:36 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2024 01:16:32 +0000 (09:16 +0800)
Insert spaces around '|' to adhre to Linux kernel coding style.

CHECK: spaces preferred around that '|' (ctx:VxV)

Signed-off-by: Hans Buss <hans.buss@mailfence.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240822143837.37768-1-hansbh123@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h

index 1b444529b59c87391debc20ad09554a8b35b23d2..e507593b939cd696ac29d516361c10e29d050c72 100644 (file)
@@ -229,7 +229,7 @@ enum _RTL8192PCI_HW {
                                RATR_MCS6 | RATR_MCS7)
 #define RATE_ALL_OFDM_2SS      (RATR_MCS8 | RATR_MCS9 | RATR_MCS10 |   \
                                RATR_MCS11 | RATR_MCS12 | RATR_MCS13 |  \
-                               RATR_MCS14|RATR_MCS15)
+                               RATR_MCS14 | RATR_MCS15)
 
        DRIVER_RSSI             = 0x32c,
        MCS_TXAGC               = 0x340,