All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mihai Moldovan <ionic@ionic.de>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: "Linux Wireless Mailing List" <linux-wireless@vger.kernel.org>
Subject: [PATCH] ath9k: fix a typo in ignore_reg_update
Date: Sun, 24 Jul 2011 17:46:13 +0200	[thread overview]
Message-ID: <4E2C3E45.2020708@ionic.de> (raw)

[-- 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 --]

             reply	other threads:[~2011-07-24 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-24 15:46 Mihai Moldovan [this message]
2011-07-25  9:05 ` [PATCH] ath9k: fix a typo in ignore_reg_update Mihai Moldovan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E2C3E45.2020708@ionic.de \
    --to=ionic@ionic.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.