Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8712: Add spaces around '|'

Add spaces around '|' to conform to the Linux
kernel coding style. Issue found using checkpatch.
CHECK: spaces preferred around that '|'.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Arushi Singhal and committed by
Greg Kroah-Hartman
a51935a5 bb462e0e

+2 -2
+1 -1
drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
··· 63 63 #define _IMEM_CHK_RPT BIT(1) 64 64 #define _IMEM_CODE_DONE BIT(0) 65 65 66 - #define _TXDMA_INIT_VALUE (_IMEM_CHK_RPT|_EMEM_CHK_RPT) 66 + #define _TXDMA_INIT_VALUE (_IMEM_CHK_RPT | _EMEM_CHK_RPT) 67 67 68 68 /*RCR*/ 69 69 #define _ENMBID BIT(27)
+1 -1
drivers/staging/rtl8712/rtl8712_gp_bitdef.h
··· 70 70 #define GPIOSEL_PHYDBG 1 /* PHYDBG*/ 71 71 #define GPIOSEL_BT 2 /* BT_coex*/ 72 72 #define GPIOSEL_WLANDBG 3 /* WLANDBG*/ 73 - #define GPIOSEL_GPIO_MASK (~(BIT(0)|BIT(1))) 73 + #define GPIOSEL_GPIO_MASK (~(BIT(0) | BIT(1))) 74 74 /* HW Radio OFF switch (GPIO BIT) */ 75 75 #define HAL_8192S_HW_GPIO_OFF_BIT BIT(3) 76 76 #define HAL_8192S_HW_GPIO_OFF_MASK 0xF7