Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff039c6f authored by Bob Copeland's avatar Bob Copeland Committed by John W. Linville
Browse files

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: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f76b57b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
		snprintf(max_antenna_gain, 32, "%d", power_rule->max_antenna_gain);


	REG_DBG_PRINT("Updating information on frequency %d MHz "
	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,
		      chan->center_freq,
		      KHZ_TO_MHZ(desired_bw_khz));
		      KHZ_TO_MHZ(desired_bw_khz));