Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f553a758 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Greg Kroah-Hartman
Browse files

staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c



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

Signed-off-by: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0a0cd353
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -174,7 +174,8 @@ int ieee80211_wx_set_wap(struct ieee80211_device *ieee,
	return ret;
}

 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;