ath6kl: Fix typo in cfg80211.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 31 Jan 2012 14:32:55 +0000 (23:32 +0900)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 2 Feb 2012 08:09:37 +0000 (10:09 +0200)
Correct spelling "spported" to "supported" in
drivers/net/wireless/ath/ath6kl/cfg80211.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c

index 5934e40ee55da0eb4e37bbb63968d79543ba16c2..d1922d8eb3bb2a3ffca29a250701d0b7cf3ff7d7 100644 (file)
@@ -194,7 +194,7 @@ static int ath6kl_set_auth_type(struct ath6kl_vif *vif,
                break;
 
        default:
-               ath6kl_err("%s: 0x%x not spported\n", __func__, auth_type);
+               ath6kl_err("%s: 0x%x not supported\n", __func__, auth_type);
                return -ENOTSUPP;
        }
 
This page took 0.030727 seconds and 5 git commands to generate.