2022-12-23 10:21:52

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] wifl: rtw89: Fix a typo in debug message

This patch fixes a spelling typo in debug message.

Signed-off-by: Masanari Iida <[email protected]>
---
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


2022-12-26 07:45:22

by Ping-Ke Shih

[permalink] [raw]
Subject: RE: [PATCH] wifl: rtw89: Fix a typo in debug message



> -----Original Message-----
> From: Masanari Iida <[email protected]>
> Sent: Friday, December 23, 2022 6:21 PM
> To: [email protected]; Ping-Ke Shih <[email protected]>; [email protected]
> Cc: Masanari Iida <[email protected]>
> Subject: [PATCH] wifl: rtw89: Fix a typo in debug message
>
> This patch fixes a spelling typo in debug message.
>
> Signed-off-by: Masanari Iida <[email protected]>

Acked-by: Ping-Ke Shih <[email protected]>


> ---
> 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

2022-12-26 07:51:06

by Ping-Ke Shih

[permalink] [raw]
Subject: RE: [PATCH] wifl: rtw89: Fix a typo in debug message



> -----Original Message-----
> From: Ping-Ke Shih <[email protected]>
> Sent: Monday, December 26, 2022 3:44 PM
> To: Masanari Iida <[email protected]>; [email protected]; [email protected]
> Subject: RE: [PATCH] wifl: rtw89: Fix a typo in debug message
>
> > -----Original Message-----
> > From: Masanari Iida <[email protected]>
> > Sent: Friday, December 23, 2022 6:21 PM
> > To: [email protected]; Ping-Ke Shih <[email protected]>; [email protected]
> > Cc: Masanari Iida <[email protected]>
> > 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 <[email protected]>
>
> Acked-by: Ping-Ke Shih <[email protected]>
>
>
> > ---
> > 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.

2023-01-16 13:38:09

by Kalle Valo

[permalink] [raw]
Subject: Re: wifi: rtw89: Fix a typo in debug message

Masanari Iida <[email protected]> wrote:

> This patch fixes a spelling typo in debug message.
>
> Signed-off-by: Masanari Iida <[email protected]>
> Acked-by: Ping-Ke Shih <[email protected]>

Patch applied to wireless-next.git, thanks.

e20c9f656654 wifi: rtw89: Fix a typo in debug message

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

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