Skip to content

Commit

Permalink
staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_so…
Browse files Browse the repository at this point in the history
…ftmac_wx.c

The following wanings fixed.
- WARNING: please, no spaces at the start of a line

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 97bc5af commit 3f60498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ 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,
int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,
union iwreq_data *wrqu, char *b)
{
int len, ret = 0;
Expand Down Expand Up @@ -395,15 +395,15 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
return ret;
}

int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a,
union iwreq_data *wrqu, char *b)
{

wrqu->mode = ieee->iw_mode;
return 0;
}

int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
{
Expand Down

0 comments on commit 3f60498

Please sign in to comment.