All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wcn36xx: Fix typo in comment
@ 2022-06-13 17:28 Xiang wangx
  2022-06-13 22:40 ` Bob Copeland
  2022-06-20 10:05 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Xiang wangx @ 2022-06-13 17:28 UTC (permalink / raw)
  To: kvalo
  Cc: davem, edumazet, kuba, pabeni, loic.poulain, wcn36xx,
	linux-wireless, netdev, linux-kernel, Xiang wangx

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/net/wireless/ath/wcn36xx/hal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
index 46a49f0a51b3..874746b5993c 100644
--- a/drivers/net/wireless/ath/wcn36xx/hal.h
+++ b/drivers/net/wireless/ath/wcn36xx/hal.h
@@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params {
 
 	/* HAL should update the existing BSS entry, if this flag is set.
 	 * UMAC will set this flag in case of reassoc, where we want to
-	 * resue the the old BSSID and still return success 0 = Add, 1 =
+	 * resue the old BSSID and still return success 0 = Add, 1 =
 	 * Update */
 	u8 action;
 
@@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 {
 
 	/* HAL should update the existing BSS entry, if this flag is set.
 	 * UMAC will set this flag in case of reassoc, where we want to
-	 * resue the the old BSSID and still return success 0 = Add, 1 =
+	 * resue the old BSSID and still return success 0 = Add, 1 =
 	 * Update */
 	u8 action;
 
-- 
2.36.1


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

* Re: [PATCH] wcn36xx: Fix typo in comment
  2022-06-13 17:28 [PATCH] wcn36xx: Fix typo in comment Xiang wangx
@ 2022-06-13 22:40 ` Bob Copeland
  2022-06-20 10:05 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Bob Copeland @ 2022-06-13 22:40 UTC (permalink / raw)
  To: Xiang wangx
  Cc: kvalo, davem, edumazet, kuba, pabeni, loic.poulain, wcn36xx,
	linux-wireless, netdev, linux-kernel

On Tue, Jun 14, 2022 at 01:28:18AM +0800, Xiang wangx wrote:
> Delete the redundant word 'the'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
> ---
>  drivers/net/wireless/ath/wcn36xx/hal.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h
> index 46a49f0a51b3..874746b5993c 100644
> --- a/drivers/net/wireless/ath/wcn36xx/hal.h
> +++ b/drivers/net/wireless/ath/wcn36xx/hal.h
> @@ -1961,7 +1961,7 @@ struct wcn36xx_hal_config_bss_params {
>  
>  	/* HAL should update the existing BSS entry, if this flag is set.
>  	 * UMAC will set this flag in case of reassoc, where we want to
> -	 * resue the the old BSSID and still return success 0 = Add, 1 =
> +	 * resue the old BSSID and still return success 0 = Add, 1 =
>  	 * Update */

Also "reuse"

>  	u8 action;
>  
> @@ -2098,7 +2098,7 @@ struct wcn36xx_hal_config_bss_params_v1 {
>  
>  	/* HAL should update the existing BSS entry, if this flag is set.
>  	 * UMAC will set this flag in case of reassoc, where we want to
> -	 * resue the the old BSSID and still return success 0 = Add, 1 =
> +	 * resue the old BSSID and still return success 0 = Add, 1 =

Here too.

-- 
Bob Copeland %% https://bobcopeland.com/

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

* Re: [PATCH] wcn36xx: Fix typo in comment
  2022-06-13 17:28 [PATCH] wcn36xx: Fix typo in comment Xiang wangx
  2022-06-13 22:40 ` Bob Copeland
@ 2022-06-20 10:05 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-06-20 10:05 UTC (permalink / raw)
  To: Xiang wangx
  Cc: davem, edumazet, kuba, pabeni, loic.poulain, wcn36xx,
	linux-wireless, netdev, linux-kernel, Xiang wangx

Xiang wangx <wangxiang@cdjrlc.com> wrote:

> Delete the redundant word 'the'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

d7af63abde74 wcn36xx: Fix typo in comment

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220613172818.7491-1-wangxiang@cdjrlc.com/

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


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

end of thread, other threads:[~2022-06-20 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13 17:28 [PATCH] wcn36xx: Fix typo in comment Xiang wangx
2022-06-13 22:40 ` Bob Copeland
2022-06-20 10:05 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.