linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
@ 2020-04-02  8:19 Qiujun Huang
  2020-04-14 15:04 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Qiujun Huang @ 2020-04-02  8:19 UTC (permalink / raw)
  To: pkshih, kvalo; +Cc: davem, linux-wireless, netdev, linux-kernel, Qiujun Huang

There is a spelling mistake in a trace message. Fix it.

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c
index 6801982..652d8ff 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hal_btc.c
@@ -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,
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
  2020-04-02  8:19 [PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change" Qiujun Huang
@ 2020-04-14 15:04 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-04-14 15:04 UTC (permalink / raw)
  To: Qiujun Huang
  Cc: pkshih, davem, linux-wireless, netdev, linux-kernel, Qiujun Huang

Qiujun Huang <hqjagain@gmail.com> wrote:

> There is a spelling mistake in a trace message. Fix it.
> 
> Signed-off-by: Qiujun Huang <hqjagain@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

a24993e54b9c rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"

-- 
https://patchwork.kernel.org/patch/11470277/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02  8:19 [PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change" Qiujun Huang
2020-04-14 15:04 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).