wireless: fix a typo in ignore_reg_update
authorMihai Moldovan <ionic@ionic.de>
Mon, 25 Jul 2011 09:18:58 +0000 (11:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 26 Jul 2011 20:27:32 +0000 (16:27 -0400)
Just a typo fix changing regulaotry to regulatory.

Signed-off-by: Mihai Moldovan <ionic@ionic.de>
CC: John W. Linville <linville@tuxdriver.com>
CC: Mohammed Shafi <shafi.wireless@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c

index 4453eb721e1344a9e9d4c794d2aa5450445bf1a5..02751dbc5a97fab55abdefb9936dfc24c2d4ef22 100644 (file)
@@ -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;
This page took 0.038809 seconds and 5 git commands to generate.