From: Masanari Iida Date: Tue, 31 Jan 2012 14:32:55 +0000 (+0900) Subject: ath6kl: Fix typo in cfg80211.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c325fbd0cdb4f83b7761cd8ba7519d7a236de38;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ath6kl: Fix typo in cfg80211.c Correct spelling "spported" to "supported" in drivers/net/wireless/ath/ath6kl/cfg80211.c Signed-off-by: Masanari Iida Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c index 5934e40ee55..d1922d8eb3b 100644 --- a/drivers/net/wireless/ath/ath6kl/cfg80211.c +++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c @@ -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; }