summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
diff options
context:
space:
mode:
authormike dupuis2015-09-24 08:15:24 +0200
committerGreg Kroah-Hartman2015-09-29 04:29:02 +0200
commitdc9db95017d24fd1e2f324b3977077c030d8e830 (patch)
tree0808cd3d41711859340d8722379b9388841a0cf9 /drivers/staging/rtl8192u
parentstaging: rtl8723au: Fix resource leak (diff)
downloadkernel-qcow2-linux-dc9db95017d24fd1e2f324b3977077c030d8e830.tar.gz
kernel-qcow2-linux-dc9db95017d24fd1e2f324b3977077c030d8e830.tar.xz
kernel-qcow2-linux-dc9db95017d24fd1e2f324b3977077c030d8e830.zip
Staging: rtl8192u: space required after ','
This is a fix to add spaces after commas in ieee80211_softmac_wx.c. Signed-off-by: Mike Dupuis <mike.dupuis.0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c
index 702671a66c5f..596486394b0a 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;