diff options
author | Geliang Tang <geliangtang@163.com> | 2015-10-04 16:46:55 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-10-14 14:16:56 +0300 |
commit | a484804b3eb8de64a2497c484a08359f7ae28210 (patch) | |
tree | 3896d0f6879cd881df7b546ac270ac52777f209e | |
parent | cfa2b42b4d9a3dc10aa1e0c82213f3d30d5bcdf8 (diff) | |
download | linux-stable-a484804b3eb8de64a2497c484a08359f7ae28210.tar.gz linux-stable-a484804b3eb8de64a2497c484a08359f7ae28210.tar.bz2 linux-stable-a484804b3eb8de64a2497c484a08359f7ae28210.zip |
mwifiex: fix a comment typo
Just fix a typo in the code comment.
Signed-off-by: Geliang Tang <geliangtang@163.com>
Acked-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r-- | drivers/net/wireless/mwifiex/cfg80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index 30cbafbd17c6..b7ac45f324d7 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c @@ -2374,7 +2374,7 @@ mwifiex_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev) * CFG802.11 operation handler for scan request. * * This function issues a scan request to the firmware based upon - * the user specified scan configuration. On successfull completion, + * the user specified scan configuration. On successful completion, * it also informs the results. */ static int |