summaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2010-12-29 17:09:02 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-01-04 14:43:01 -0500
commitff039c6fb372c87a3cc4fd25bb846790cb35edb8 (patch)
tree8ebeac5e8ce433caa41ba770c504a852dcba6a3f /net/wireless/reg.c
parentf76b57b47e5fd423f9827c7b0ba7bbd06cca6b9b (diff)
cfg80211: fix transposition of words in printk
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>
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r--net/wireless/reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 99d41831d76..37693b6ef23 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -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));