linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] ath6kl: Fix typo in cfg80211.c
@ 2012-01-31 14:32 Masanari Iida
  2012-02-02  8:12 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-01-31 14:32 UTC (permalink / raw)
  To: kvalo, linux-wireless; +Cc: trivial, linux-kernel, standby24x7

Correct spelling "spported" to "supported" in
drivers/net/wireless/ath/ath6kl/cfg80211.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/net/wireless/ath/ath6kl/cfg80211.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index 6c59a21..ee1715b 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -196,7 +196,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;
 	}
 
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] ath6kl: Fix typo in cfg80211.c
  2012-01-31 14:32 [PATCH] [trivial] ath6kl: Fix typo in cfg80211.c Masanari Iida
@ 2012-02-02  8:12 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2012-02-02  8:12 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-wireless, trivial, linux-kernel, ath6kl-devel

On 01/31/2012 04:32 PM, Masanari Iida wrote:
> Correct spelling "spported" to "supported" in
> drivers/net/wireless/ath/ath6kl/cfg80211.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Thanks, applied to ath6kl.git.

Kalle

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-02  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 14:32 [PATCH] [trivial] ath6kl: Fix typo in cfg80211.c Masanari Iida
2012-02-02  8:12 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).