aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2018-03-03 11:02:35 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-06 04:03:44 -0800
commita51935a5b9ee8c265c95ea02bb2c9e7e5d103d0a (patch)
treee907fd0187206a0fee68632ddcc476fd066126cf /drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
parentstaging: rtl8712: Added spaces around '+' (diff)
downloadlinux-dev-a51935a5b9ee8c265c95ea02bb2c9e7e5d103d0a.tar.xz
linux-dev-a51935a5b9ee8c265c95ea02bb2c9e7e5d103d0a.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h')
-rw-r--r--drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h b/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
index b7dda903001f..4b8985d50098 100644
--- a/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
+++ b/drivers/staging/rtl8712/rtl8712_cmdctrl_bitdef.h
@@ -63,7 +63,7 @@
#define _IMEM_CHK_RPT BIT(1)
#define _IMEM_CODE_DONE BIT(0)
-#define _TXDMA_INIT_VALUE (_IMEM_CHK_RPT|_EMEM_CHK_RPT)
+#define _TXDMA_INIT_VALUE (_IMEM_CHK_RPT | _EMEM_CHK_RPT)
/*RCR*/
#define _ENMBID BIT(27)