OSDN Git Service

staging: rtl8712: Added spaces around '+'
authorArushi Singhal <arushisinghal19971997@gmail.com>
Sat, 3 Mar 2018 05:32:34 +0000 (11:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:03:44 +0000 (04:03 -0800)
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>
drivers/staging/rtl8712/rtl8712_cmd.h

index 67e9e91..9181bb6 100644 (file)
@@ -145,8 +145,8 @@ enum rtl8712_h2c_cmd {
 #define _SetBBReg_CMD_         _Write_BBREG_CMD_
 #define _GetRFReg_CMD_         _Read_RFREG_CMD_
 #define _SetRFReg_CMD_         _Write_RFREG_CMD_
-#define _DRV_INT_CMD_          (MAX_H2CCMD+1)
-#define _SetRFIntFs_CMD_       (MAX_H2CCMD+2)
+#define _DRV_INT_CMD_          (MAX_H2CCMD + 1)
+#define _SetRFIntFs_CMD_       (MAX_H2CCMD + 2)
 
 #ifdef _RTL8712_CMD_C_
 static struct _cmd_callback    cmd_callback[] = {