Skip to content

Commit

Permalink
rtlwifi: fix spelling mistake: "conuntry" -> "country"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in RT_TRACE message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
Colin Ian King authored and lwfinger committed Mar 9, 2017
1 parent ad9a9f2 commit bdab433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ int rtl_regd_init(struct ieee80211_hw *hw,
channel_plan_to_country_code(rtlpriv->efuse.channel_plan);

RT_TRACE(rtlpriv, COMP_REGD, DBG_DMESG,
"rtl: EEPROM regdomain: 0x%0x conuntry code: %d\n",
"rtl: EEPROM regdomain: 0x%0x country code: %d\n",
rtlpriv->efuse.channel_plan, rtlpriv->regd.country_code);

if (rtlpriv->regd.country_code >= COUNTRY_CODE_MAX) {
Expand Down

0 comments on commit bdab433

Please sign in to comment.