diff mbox

ath9k: fix a typo in ignore_reg_update

Message ID 4E2C3E45.2020708@ionic.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Mihai Moldovan July 24, 2011, 3:46 p.m. UTC
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(-)

Comments

Mihai Moldovan July 25, 2011, 9:05 a.m. UTC | #1
I messed up the message's subject. Actually this not in ath9k but
wireless, sorry for that.
diff mbox

Patch

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;