Commit dc9db950 authored by mike dupuis's avatar mike dupuis Committed by Greg Kroah-Hartman

Staging: rtl8192u: space required after ','

This is a fix to add spaces after commas in ieee80211_softmac_wx.c.
Signed-off-by: default avatarMike Dupuis <mike.dupuis.0@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7d76173d
...@@ -178,7 +178,7 @@ int ieee80211_wx_set_wap(struct ieee80211_device *ieee, ...@@ -178,7 +178,7 @@ int ieee80211_wx_set_wap(struct ieee80211_device *ieee,
} }
EXPORT_SYMBOL(ieee80211_wx_set_wap); 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; int len, ret = 0;
unsigned long flags; unsigned long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment