linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: fix a typo in ignore_reg_update
@ 2011-07-24 15:46 Mihai Moldovan
  2011-07-25  9:05 ` Mihai Moldovan
  0 siblings, 1 reply; 2+ messages in thread
From: Mihai Moldovan @ 2011-07-24 15:46 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux Wireless Mailing List

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

Just a typo fix changing regulaotry to regulatory.

Signed-off-by: Mihai Moldovan <ionic@ionic.de>
CC: John W. Linville <linville@tuxdriver.com>
---
 net/wireless/reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 1ad0f39..d99ead3 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -903,7 +903,7 @@ static bool ignore_reg_update(struct wiphy *wiphy,
         initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
         !is_world_regdom(last_request->alpha2)) {
         REG_DBG_PRINT("Ignoring regulatory request %s "
-                  "since the driver requires its own regulaotry "
+                  "since the driver requires its own regulatory "
                   "domain to be set first",
                   reg_initiator_name(initiator));
         return true;
-- 
1.7.6



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4369 bytes --]

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

end of thread, other threads:[~2011-07-25  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 15:46 [PATCH] ath9k: fix a typo in ignore_reg_update Mihai Moldovan
2011-07-25  9:05 ` Mihai Moldovan

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).