rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
There is a spelling mistake in a trace message. Fix it. Signed-off-by: Qiujun Huang <hqjagain@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1585815557-20212-1-git-send-email-hqjagain@gmail.com
This commit is contained in:
parent
c576738520
commit
a24993e54b
|
@ -131,7 +131,7 @@ static bool rtl8723e_dm_bt_is_same_coexist_state(struct ieee80211_hw *hw)
|
|||
(rtlpriv->btcoexist.previous_state_h ==
|
||||
rtlpriv->btcoexist.cstate_h)) {
|
||||
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_DMESG,
|
||||
"[DM][BT], Coexist state do not chang!!\n");
|
||||
"[DM][BT], Coexist state do not change!!\n");
|
||||
return true;
|
||||
} else {
|
||||
RT_TRACE(rtlpriv, COMP_BT_COEXIST, DBG_DMESG,
|
||||
|
|
Loading…
Reference in New Issue