staging: rtl8187se: Added parenthesis in a macro in r8180.h
authorAna Rey <anarey@gmail.com>
Wed, 26 Feb 2014 14:27:41 +0000 (15:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 22:49:06 +0000 (14:49 -0800)
This patch adds parentheses to enclose a complex value in a macro as a the
CodingStyle recommends.

This errors was found by checkpatch.pl script

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180.h

index 8a3e06b7d726f2903510d501358681da5f78a892..d36470e8f272435a42975cefafb79badbfa7f4c4 100644 (file)
@@ -47,7 +47,7 @@
 #define EPROM_93c46 0
 #define EPROM_93c56 1
 
-#define RTL_IOCTL_WPA_SUPPLICANT               SIOCIWFIRSTPRIV+30
+#define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30)
 
 #define DEFAULT_FRAG_THRESHOLD 2342U
 #define MIN_FRAG_THRESHOLD 256U
This page took 0.025931 seconds and 5 git commands to generate.