summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/r8192U_wx.c
diff options
context:
space:
mode:
authorChaitanya Hazarey <c@24.io>2014-05-29 13:45:20 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:13:25 -0700
commit31c207f4afac85d1dabfb0bc98b21f2db4825ccb (patch)
tree87f77706e60699f389d39217f4406e489f3ed6c1 /drivers/staging/rtl8192u/r8192U_wx.c
parent0bb927cf40544ee8c84e3e7c7fc6e0e1497fdafd (diff)
Staging: rtl8192u: r8192U_wx.c Added a single space for code-style issue
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>
Diffstat (limited to 'drivers/staging/rtl8192u/r8192U_wx.c')
-rw-r--r--drivers/staging/rtl8192u/r8192U_wx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c
index b533784eac8f..09b1e81aa636 100644
--- 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;
}