mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:39:33 +07:00
rtlwifi: fix spelling mistake: "conuntry" -> "country"
trivial fix to spelling mistake in RT_TRACE message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
3beb27028c
commit
3e062eb21d
@ -435,7 +435,7 @@ int rtl_regd_init(struct ieee80211_hw *hw,
|
|||||||
channel_plan_to_country_code(rtlpriv->efuse.channel_plan);
|
channel_plan_to_country_code(rtlpriv->efuse.channel_plan);
|
||||||
|
|
||||||
RT_TRACE(rtlpriv, COMP_REGD, DBG_DMESG,
|
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);
|
rtlpriv->efuse.channel_plan, rtlpriv->regd.country_code);
|
||||||
|
|
||||||
if (rtlpriv->regd.country_code >= COUNTRY_CODE_MAX) {
|
if (rtlpriv->regd.country_code >= COUNTRY_CODE_MAX) {
|
||||||
|
Loading…
Reference in New Issue
Block a user