From: Chaitanya Hazarey Date: Thu, 29 May 2014 20:45:20 +0000 (-0700) Subject: Staging: rtl8192u: r8192U_wx.c Added a single space for code-style issue X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=31c207f4afac85d1dabfb0bc98b21f2db4825ccb;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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; }