2021-10-15 17:35:13

by Colin King

[permalink] [raw]
Subject: [PATCH][next] rtw89: Fix two spelling mistakes in debug messages

From: Colin Ian King <[email protected]>

There are two spelling mistakes in rtw89_debug messages. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/net/wireless/realtek/rtw89/phy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtw89/phy.c b/drivers/net/wireless/realtek/rtw89/phy.c
index 53c36cc82c57..ab134856baac 100644
--- a/drivers/net/wireless/realtek/rtw89/phy.c
+++ b/drivers/net/wireless/realtek/rtw89/phy.c
@@ -1715,7 +1715,7 @@ static s32 rtw89_phy_multi_sta_cfo_calc(struct rtw89_dev *rtwdev)
target_cfo = clamp(cfo_avg, max_cfo_lb, min_cfo_ub);
} else {
rtw89_debug(rtwdev, RTW89_DBG_CFO,
- "No intersection of cfo torlence windows\n");
+ "No intersection of cfo tolerance windows\n");
target_cfo = phy_div(cfo_khz_all, (s32)sta_cnt);
}
for (i = 0; i < CFO_TRACK_MAX_USER; i++)
@@ -2749,7 +2749,7 @@ static void rtw89_phy_dig_dyn_pd_th(struct rtw89_dev *rtwdev, u8 rssi,
dig->igi_rssi, final_rssi, under_region, val);
} else {
rtw89_debug(rtwdev, RTW89_DBG_DIG,
- "Dynamic PD th dsiabled, Set PD_low_bd=0\n");
+ "Dynamic PD th disabled, Set PD_low_bd=0\n");
}

rtw89_phy_write32_mask(rtwdev, R_SEG0R_PD, B_SEG0R_PD_LOWER_BOUND_MSK,
--
2.32.0


2021-10-18 03:48:51

by Ping-Ke Shih

[permalink] [raw]
Subject: RE: [PATCH][next] rtw89: Fix two spelling mistakes in debug messages


> -----Original Message-----
> From: Colin King <[email protected]>
> Sent: Friday, October 15, 2021 6:50 PM
> To: Kalle Valo <[email protected]>; David S . Miller <[email protected]>; Jakub Kicinski
> <[email protected]>; Pkshih <[email protected]>; [email protected];
> [email protected]
> Cc: [email protected]; [email protected]
> Subject: [PATCH][next] rtw89: Fix two spelling mistakes in debug messages
>
> From: Colin Ian King <[email protected]>
>
> There are two spelling mistakes in rtw89_debug messages. Fix them.
>
> Signed-off-by: Colin Ian King <[email protected]>

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

> ---
> drivers/net/wireless/realtek/rtw89/phy.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/wireless/realtek/rtw89/phy.c
> b/drivers/net/wireless/realtek/rtw89/phy.c
> index 53c36cc82c57..ab134856baac 100644
> --- a/drivers/net/wireless/realtek/rtw89/phy.c
> +++ b/drivers/net/wireless/realtek/rtw89/phy.c
> @@ -1715,7 +1715,7 @@ static s32 rtw89_phy_multi_sta_cfo_calc(struct rtw89_dev *rtwdev)
> target_cfo = clamp(cfo_avg, max_cfo_lb, min_cfo_ub);
> } else {
> rtw89_debug(rtwdev, RTW89_DBG_CFO,
> - "No intersection of cfo torlence windows\n");
> + "No intersection of cfo tolerance windows\n");
> target_cfo = phy_div(cfo_khz_all, (s32)sta_cnt);
> }
> for (i = 0; i < CFO_TRACK_MAX_USER; i++)
> @@ -2749,7 +2749,7 @@ static void rtw89_phy_dig_dyn_pd_th(struct rtw89_dev *rtwdev, u8 rssi,
> dig->igi_rssi, final_rssi, under_region, val);
> } else {
> rtw89_debug(rtwdev, RTW89_DBG_DIG,
> - "Dynamic PD th dsiabled, Set PD_low_bd=0\n");
> + "Dynamic PD th disabled, Set PD_low_bd=0\n");
> }
>
> rtw89_phy_write32_mask(rtwdev, R_SEG0R_PD, B_SEG0R_PD_LOWER_BOUND_MSK,
> --
> 2.32.0
>
> ------Please consider the environment before printing this e-mail.

2021-10-18 12:32:10

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH][next] rtw89: Fix two spelling mistakes in debug messages

Colin King <[email protected]> wrote:

> From: Colin Ian King <[email protected]>
>
> There are two spelling mistakes in rtw89_debug messages. Fix them.
>
> Signed-off-by: Colin Ian King <[email protected]>
> Acked-by: Ping-Ke Shih <[email protected]>

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

c51ed74093d4 rtw89: Fix two spelling mistakes in debug messages

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

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