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:
0bb927c
)
Staging: rtl8192u: r8192U_wx.c Added a single space for code-style issue
author
Chaitanya Hazarey
<c@24.io>
Thu, 29 May 2014 20:45:20 +0000
(13:45 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:13:25 +0000
(15:13 -0700)
Added a space around '|' to address:
ERROR: need consistent spacing around '|' (ctx:VxW)
Signed-off-by: Chaitanya Hazarey <c@24.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_wx.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192u/r8192U_wx.c
b/drivers/staging/rtl8192u/r8192U_wx.c
index b533784eac8f6348442e392e4724d81d586389b2..09b1e81aa636c2fbf0c35d20637f259f55a403b9 100644
(file)
--- a/
drivers/staging/rtl8192u/r8192U_wx.c
+++ b/
drivers/staging/rtl8192u/r8192U_wx.c
@@
-987,7
+987,7
@@
struct iw_statistics *r8192_get_wireless_stats(struct net_device *dev)
wstats->qual.level = tmp_level;
wstats->qual.qual = tmp_qual;
wstats->qual.noise = tmp_noise;
- wstats->qual.updated = IW_QUAL_ALL_UPDATED| IW_QUAL_DBM;
+ wstats->qual.updated = IW_QUAL_ALL_UPDATED
| IW_QUAL_DBM;
return wstats;
}