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

staging: rtl8712: Added spaces around '+'

Add spaces around arithmetic operator '+', to conform to the Linux
kernel coding style. Issue found using checkpatch.

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
bb462e0e 0e2bbf65

+2 -2
+2 -2
drivers/staging/rtl8712/rtl8712_cmd.h
··· 145 145 #define _SetBBReg_CMD_ _Write_BBREG_CMD_ 146 146 #define _GetRFReg_CMD_ _Read_RFREG_CMD_ 147 147 #define _SetRFReg_CMD_ _Write_RFREG_CMD_ 148 - #define _DRV_INT_CMD_ (MAX_H2CCMD+1) 149 - #define _SetRFIntFs_CMD_ (MAX_H2CCMD+2) 148 + #define _DRV_INT_CMD_ (MAX_H2CCMD + 1) 149 + #define _SetRFIntFs_CMD_ (MAX_H2CCMD + 2) 150 150 151 151 #ifdef _RTL8712_CMD_C_ 152 152 static struct _cmd_callback cmd_callback[] = {