cfg80211: fix transposition of words in printk
authorBob Copeland <me@bobcopeland.com>
Wed, 29 Dec 2010 22:09:02 +0000 (17:09 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Jan 2011 19:43:01 +0000 (14:43 -0500)
Fixes the misplaced article in the following:

"cfg80211: Updating information on frequency 5785 MHz for
    20 a MHz width channel with regulatory rule:"

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c

index 99d4183..37693b6 100644 (file)
@@ -752,7 +752,7 @@ static void chan_reg_rule_print_dbg(struct ieee80211_channel *chan,
                snprintf(max_antenna_gain, 32, "%d", power_rule->max_antenna_gain);
 
        REG_DBG_PRINT("Updating information on frequency %d MHz "
-                     "for %d a MHz width channel with regulatory rule:\n",
+                     "for a %d MHz width channel with regulatory rule:\n",
                      chan->center_freq,
                      KHZ_TO_MHZ(desired_bw_khz));