* [PATCH] wifl: rtw89: Fix a typo in debug message
@ 2022-12-23 10:20 Masanari Iida
2022-12-26 7:44 ` Ping-Ke Shih
2023-01-16 13:34 ` wifi: " Kalle Valo
0 siblings, 2 replies; 4+ messages in thread
From: Masanari Iida @ 2022-12-23 10:20 UTC (permalink / raw)
To: linux-kernel, pkshih, linux-wireless; +Cc: Masanari Iida
This patch fixes a spelling typo in debug message.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
index 582ff0d3a9ea..cd6c39b7f802 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
@@ -1643,7 +1643,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_ONESHOT_START);
rtw89_debug(rtwdev, RTW89_DBG_RFK,
- "[IQK]==========IQK strat!!!!!==========\n");
+ "[IQK]==========IQK start!!!!!==========\n");
iqk_info->iqk_times++;
iqk_info->kcount = 0;
iqk_info->version = RTW8852A_IQK_VER;
--
2.38.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: [PATCH] wifl: rtw89: Fix a typo in debug message
2022-12-23 10:20 [PATCH] wifl: rtw89: Fix a typo in debug message Masanari Iida
@ 2022-12-26 7:44 ` Ping-Ke Shih
2022-12-26 7:49 ` Ping-Ke Shih
2023-01-16 13:34 ` wifi: " Kalle Valo
1 sibling, 1 reply; 4+ messages in thread
From: Ping-Ke Shih @ 2022-12-26 7:44 UTC (permalink / raw)
To: Masanari Iida, linux-kernel@vger.kernel.org,
linux-wireless@vger.kernel.org
> -----Original Message-----
> From: Masanari Iida <standby24x7@gmail.com>
> Sent: Friday, December 23, 2022 6:21 PM
> To: linux-kernel@vger.kernel.org; Ping-Ke Shih <pkshih@realtek.com>; linux-wireless@vger.kernel.org
> Cc: Masanari Iida <standby24x7@gmail.com>
> Subject: [PATCH] wifl: rtw89: Fix a typo in debug message
>
> This patch fixes a spelling typo in debug message.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
> drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> index 582ff0d3a9ea..cd6c39b7f802 100644
> --- a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> +++ b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> @@ -1643,7 +1643,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
> rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_ONESHOT_START);
>
> rtw89_debug(rtwdev, RTW89_DBG_RFK,
> - "[IQK]==========IQK strat!!!!!==========\n");
> + "[IQK]==========IQK start!!!!!==========\n");
> iqk_info->iqk_times++;
> iqk_info->kcount = 0;
> iqk_info->version = RTW8852A_IQK_VER;
> --
> 2.38.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] wifl: rtw89: Fix a typo in debug message
2022-12-26 7:44 ` Ping-Ke Shih
@ 2022-12-26 7:49 ` Ping-Ke Shih
0 siblings, 0 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2022-12-26 7:49 UTC (permalink / raw)
To: Ping-Ke Shih, Masanari Iida, linux-kernel@vger.kernel.org,
linux-wireless@vger.kernel.org
> -----Original Message-----
> From: Ping-Ke Shih <pkshih@realtek.com>
> Sent: Monday, December 26, 2022 3:44 PM
> To: Masanari Iida <standby24x7@gmail.com>; linux-kernel@vger.kernel.org; linux-wireless@vger.kernel.org
> Subject: RE: [PATCH] wifl: rtw89: Fix a typo in debug message
>
> > -----Original Message-----
> > From: Masanari Iida <standby24x7@gmail.com>
> > Sent: Friday, December 23, 2022 6:21 PM
> > To: linux-kernel@vger.kernel.org; Ping-Ke Shih <pkshih@realtek.com>; linux-wireless@vger.kernel.org
> > Cc: Masanari Iida <standby24x7@gmail.com>
> > Subject: [PATCH] wifl: rtw89: Fix a typo in debug message
Oops. It should be "wifi:" instead "wifl:".
Please fix the typo.
> >
> > This patch fixes a spelling typo in debug message.
> >
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>
>
>
> > ---
> > drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> > b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> > index 582ff0d3a9ea..cd6c39b7f802 100644
> > --- a/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> > +++ b/drivers/net/wireless/realtek/rtw89/rtw8852a_rfk.c
> > @@ -1643,7 +1643,7 @@ static void _doiqk(struct rtw89_dev *rtwdev, bool force,
> > rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_ONESHOT_START);
> >
> > rtw89_debug(rtwdev, RTW89_DBG_RFK,
> > - "[IQK]==========IQK strat!!!!!==========\n");
> > + "[IQK]==========IQK start!!!!!==========\n");
> > iqk_info->iqk_times++;
> > iqk_info->kcount = 0;
> > iqk_info->version = RTW8852A_IQK_VER;
> > --
> > 2.38.1
>
>
> ------Please consider the environment before printing this e-mail.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: wifi: rtw89: Fix a typo in debug message
2022-12-23 10:20 [PATCH] wifl: rtw89: Fix a typo in debug message Masanari Iida
2022-12-26 7:44 ` Ping-Ke Shih
@ 2023-01-16 13:34 ` Kalle Valo
1 sibling, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2023-01-16 13:34 UTC (permalink / raw)
To: Masanari Iida; +Cc: linux-kernel, pkshih, linux-wireless, Masanari Iida
Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fixes a spelling typo in debug message.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Patch applied to wireless-next.git, thanks.
e20c9f656654 wifi: rtw89: Fix a typo in debug message
--
https://patchwork.kernel.org/project/linux-wireless/patch/20221223102058.162179-1-standby24x7@gmail.com/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-16 13:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 10:20 [PATCH] wifl: rtw89: Fix a typo in debug message Masanari Iida
2022-12-26 7:44 ` Ping-Ke Shih
2022-12-26 7:49 ` Ping-Ke Shih
2023-01-16 13:34 ` wifi: " Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox