The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 1/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c
@ 2012-11-27 12:07 YAMANE Toshiaki
  2012-11-27 12:08 ` [PATCH 2/8] " YAMANE Toshiaki
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: YAMANE Toshiaki @ 2012-11-27 12:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, YAMANE Toshiaki

The following errors fixed.
- ERROR: space prohibited after that '&' (ctx:WxW)

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
---
 .../rtl8187se/ieee80211/ieee80211_softmac_wx.c     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c
index 1ef8fd6..f38519e 100644
--- a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c
+++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c
@@ -32,7 +32,7 @@ int ieee80211_wx_set_freq(struct ieee80211_device *ieee, struct iw_request_info
 			     union iwreq_data *wrqu, char *b)
 {
 	int ret;
-	struct iw_freq *fwrq = & wrqu->freq;
+	struct iw_freq *fwrq = &wrqu->freq;
 //	printk("in %s\n",__func__);
 	down(&ieee->wx_sem);
 
@@ -86,7 +86,7 @@ int ieee80211_wx_get_freq(struct ieee80211_device *ieee,
 			     struct iw_request_info *a,
 			     union iwreq_data *wrqu, char *b)
 {
-	struct iw_freq *fwrq = & wrqu->freq;
+	struct iw_freq *fwrq = &wrqu->freq;
 
 	if (ieee->current_network.channel == 0)
 		return -1;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-27 12:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 12:07 [PATCH 1/8] staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c YAMANE Toshiaki
2012-11-27 12:08 ` [PATCH 2/8] " YAMANE Toshiaki
2012-11-27 12:09 ` [PATCH 3/8] " YAMANE Toshiaki
2012-11-27 12:09 ` [PATCH 4/8] " YAMANE Toshiaki
2012-11-27 12:09 ` [PATCH 5/8] " YAMANE Toshiaki
2012-11-27 12:09 ` [PATCH 6/8] " YAMANE Toshiaki
2012-11-27 12:10 ` [PATCH 7/8] " YAMANE Toshiaki
2012-11-27 12:10 ` [PATCH 8/8] staging/rtl8187se: Use netdev_ printks " YAMANE Toshiaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox