projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359754f
)
staging: rtl8187se: Added parenthesis in a macro in r8180.h
author
Ana Rey
<anarey@gmail.com>
Wed, 26 Feb 2014 14:27:41 +0000
(15:27 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8187se/r8180.h
b/drivers/staging/rtl8187se/r8180.h
index 8a3e06b7d726f2903510d501358681da5f78a892..d36470e8f272435a42975cefafb79badbfa7f4c4 100644
(file)
--- a/
drivers/staging/rtl8187se/r8180.h
+++ b/
drivers/staging/rtl8187se/r8180.h
@@
-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