summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
diff options
context:
space:
mode:
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>2017-03-08 00:19:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-09 18:18:20 +0100
commit8ad835b9bc1ae473114348495d125526e7c2a262 (patch)
treec11bd820867718ed24b64cb545acb68a7aba5116 /drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
parent4db665e50ccc75ee64eb3ccdf53850956a83cbb6 (diff)
downloadop-kernel-dev-8ad835b9bc1ae473114348495d125526e7c2a262.zip
op-kernel-dev-8ad835b9bc1ae473114348495d125526e7c2a262.tar.gz
staging: rtl8192e: Indent the code
Indent the code in order to follow the rules and to increase the readability of the code. Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index 0ea90aa..ccb1221 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -466,7 +466,7 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
goto out;
ieee->set_chan(ieee->dev, ch);
if(channel_map[ch] == 1)
- ieee80211_send_probe_requests(ieee);
+ ieee80211_send_probe_requests(ieee);
/* this prevent excessive time wait when we
* need to wait for a syncro scan to end..
OpenPOWER on IntegriCloud