[PATCH 09/15] Staging: rtl8192u: add spaces after commas in ieee80211_softmac_wx.c

Mike Dupuis mike.dupuis.0 at gmail.com
Sat Sep 5 19:24:21 UTC 2015


This is a patch to the ieee80211_softmac_wx.c file that adds spaces after commas as identified by checkpatch.pl

Signed-off-by: Mike Dupuis <mike.dupuis.0 at gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c
index 167cca1..a52bd9d 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c
@@ -178,7 +178,7 @@ out:
 }
 EXPORT_SYMBOL(ieee80211_wx_set_wap);
 
-int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,union iwreq_data *wrqu,char *b)
+int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b)
 {
 	int len, ret = 0;
 	unsigned long flags;
-- 
2.1.4



More information about the devel mailing list