All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: rtw88: Update spelling in main.h
@ 2023-04-18 11:29 Simon Horman
  2023-04-19  0:21 ` Ping-Ke Shih
  2023-04-20 12:41 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2023-04-18 11:29 UTC (permalink / raw)
  To: Yan-Hsuan Chuang, Kalle Valo
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-wireless, netdev

Update spelling in comments in main.h

Found by inspection.

Signed-off-by: Simon Horman <horms@kernel.org>
---
 drivers/net/wireless/realtek/rtw88/main.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtw88/main.h b/drivers/net/wireless/realtek/rtw88/main.h
index d4a53d556745..61106742394a 100644
--- a/drivers/net/wireless/realtek/rtw88/main.h
+++ b/drivers/net/wireless/realtek/rtw88/main.h
@@ -88,7 +88,7 @@ enum rtw_supported_band {
 	RTW_BAND_60G = BIT(NL80211_BAND_60GHZ),
 };
 
-/* now, support upto 80M bw */
+/* now, support up to 80M bw */
 #define RTW_MAX_CHANNEL_WIDTH RTW_CHANNEL_WIDTH_80
 
 enum rtw_bandwidth {
@@ -1871,7 +1871,7 @@ enum rtw_sar_bands {
 	RTW_SAR_BAND_NR,
 };
 
-/* the union is reserved for other knids of SAR sources
+/* the union is reserved for other kinds of SAR sources
  * which might not re-use same format with array common.
  */
 union rtw_sar_cfg {
@@ -2020,7 +2020,7 @@ struct rtw_dev {
 	struct rtw_tx_report tx_report;
 
 	struct {
-		/* incicate the mail box to use with fw */
+		/* indicate the mail box to use with fw */
 		u8 last_box_num;
 		u32 seq;
 	} h2c;


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

* RE: [PATCH] wifi: rtw88: Update spelling in main.h
  2023-04-18 11:29 [PATCH] wifi: rtw88: Update spelling in main.h Simon Horman
@ 2023-04-19  0:21 ` Ping-Ke Shih
  2023-04-20 12:41 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2023-04-19  0:21 UTC (permalink / raw)
  To: Simon Horman, Yan-Hsuan Chuang, Kalle Valo
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-wireless, netdev



> -----Original Message-----
> From: Simon Horman <horms@kernel.org>
> Sent: Tuesday, April 18, 2023 7:29 PM
> To: Yan-Hsuan Chuang <tony0620emma@gmail.com>; Kalle Valo <kvalo@kernel.org>
> Cc: David S. Miller <davem@davemloft.net>; Eric Dumazet <edumazet@google.com>; Jakub Kicinski
> <kuba@kernel.org>; Paolo Abeni <pabeni@redhat.com>; linux-wireless@vger.kernel.org;
> netdev@vger.kernel.org
> Subject: [PATCH] wifi: rtw88: Update spelling in main.h
> 
> Update spelling in comments in main.h
> 
> Found by inspection.
> 
> Signed-off-by: Simon Horman <horms@kernel.org>

Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>


> ---
>  drivers/net/wireless/realtek/rtw88/main.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/wireless/realtek/rtw88/main.h b/drivers/net/wireless/realtek/rtw88/main.h
> index d4a53d556745..61106742394a 100644
> --- a/drivers/net/wireless/realtek/rtw88/main.h
> +++ b/drivers/net/wireless/realtek/rtw88/main.h
> @@ -88,7 +88,7 @@ enum rtw_supported_band {
>         RTW_BAND_60G = BIT(NL80211_BAND_60GHZ),
>  };
> 
> -/* now, support upto 80M bw */
> +/* now, support up to 80M bw */
>  #define RTW_MAX_CHANNEL_WIDTH RTW_CHANNEL_WIDTH_80
> 
>  enum rtw_bandwidth {
> @@ -1871,7 +1871,7 @@ enum rtw_sar_bands {
>         RTW_SAR_BAND_NR,
>  };
> 
> -/* the union is reserved for other knids of SAR sources
> +/* the union is reserved for other kinds of SAR sources
>   * which might not re-use same format with array common.
>   */
>  union rtw_sar_cfg {
> @@ -2020,7 +2020,7 @@ struct rtw_dev {
>         struct rtw_tx_report tx_report;
> 
>         struct {
> -               /* incicate the mail box to use with fw */
> +               /* indicate the mail box to use with fw */
>                 u8 last_box_num;
>                 u32 seq;
>         } h2c;
> 
> 
> ------Please consider the environment before printing this e-mail.

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

* Re: [PATCH] wifi: rtw88: Update spelling in main.h
  2023-04-18 11:29 [PATCH] wifi: rtw88: Update spelling in main.h Simon Horman
  2023-04-19  0:21 ` Ping-Ke Shih
@ 2023-04-20 12:41 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2023-04-20 12:41 UTC (permalink / raw)
  To: Simon Horman
  Cc: Yan-Hsuan Chuang, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, linux-wireless, netdev

Simon Horman <horms@kernel.org> wrote:

> Update spelling in comments in main.h
> 
> Found by inspection.
> 
> Signed-off-by: Simon Horman <horms@kernel.org>
> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>

Patch applied to wireless-next.git, thanks.

6c6d62ae8271 wifi: rtw88: Update spelling in main.h

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20230418-rtw88-starspell-v1-1-70e52a23979b@kernel.org/

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


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

end of thread, other threads:[~2023-04-20 12:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 11:29 [PATCH] wifi: rtw88: Update spelling in main.h Simon Horman
2023-04-19  0:21 ` Ping-Ke Shih
2023-04-20 12:41 ` 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.