linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi: ath6kl: fix typos
@ 2024-09-13  9:48 Andrew Kreimer
  2024-09-13 23:18 ` Jeff Johnson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrew Kreimer @ 2024-09-13  9:48 UTC (permalink / raw)
  To: Kalle Valo
  Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer,
	Matthew Wilcox

Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/net/wireless/ath/ath6kl/wmi.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index b4fcfb72991c..68384159870b 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -1249,7 +1249,7 @@ struct wmi_rssi_threshold_params_cmd {
 	/* highest of upper */
 	a_sle16 thresh_above6_val;
 
-	/* lowest of bellow */
+	/* lowest of below */
 	a_sle16 thresh_below1_val;
 
 	a_sle16 thresh_below2_val;
@@ -1257,7 +1257,7 @@ struct wmi_rssi_threshold_params_cmd {
 	a_sle16 thresh_below4_val;
 	a_sle16 thresh_below5_val;
 
-	/* highest of bellow */
+	/* highest of below */
 	a_sle16 thresh_below6_val;
 
 	/* "alpha" */
@@ -1287,13 +1287,13 @@ struct wmi_snr_threshold_params_cmd {
 	/* highest of upper */
 	u8 thresh_above4_val;
 
-	/* lowest of bellow */
+	/* lowest of below */
 	u8 thresh_below1_val;
 
 	u8 thresh_below2_val;
 	u8 thresh_below3_val;
 
-	/* highest of bellow */
+	/* highest of below */
 	u8 thresh_below4_val;
 
 	u8 reserved[3];
-- 
2.46.0


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

* Re: [PATCH] wifi: ath6kl: fix typos
  2024-09-13  9:48 [PATCH] wifi: ath6kl: fix typos Andrew Kreimer
@ 2024-09-13 23:18 ` Jeff Johnson
  2024-09-18 17:08 ` Kalle Valo
  2024-09-19 16:20 ` Kalle Valo
  2 siblings, 0 replies; 5+ messages in thread
From: Jeff Johnson @ 2024-09-13 23:18 UTC (permalink / raw)
  To: Andrew Kreimer, Kalle Valo
  Cc: linux-wireless, linux-kernel, kernel-janitors, Matthew Wilcox

On 9/13/2024 2:48 AM, Andrew Kreimer wrote:
> Fix typos in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>


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

* Re: [PATCH] wifi: ath6kl: fix typos
  2024-09-13  9:48 [PATCH] wifi: ath6kl: fix typos Andrew Kreimer
  2024-09-13 23:18 ` Jeff Johnson
@ 2024-09-18 17:08 ` Kalle Valo
  2024-09-18 19:10   ` Andrew Kreimer
  2024-09-19 16:20 ` Kalle Valo
  2 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2024-09-18 17:08 UTC (permalink / raw)
  To: Andrew Kreimer
  Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer,
	Matthew Wilcox

Andrew Kreimer <algonell@gmail.com> wrote:

> Fix typos in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>

Changed the title to:

wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd comments

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20240913094818.14456-1-algonell@gmail.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
https://docs.kernel.org/process/submitting-patches.html


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

* Re: [PATCH] wifi: ath6kl: fix typos
  2024-09-18 17:08 ` Kalle Valo
@ 2024-09-18 19:10   ` Andrew Kreimer
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Kreimer @ 2024-09-18 19:10 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, linux-kernel, kernel-janitors, Matthew Wilcox

On Wed, Sep 18, 2024 at 05:08:03PM +0000, Kalle Valo wrote:
> Andrew Kreimer <algonell@gmail.com> wrote:
> 
> > Fix typos in comments.
> > 
> > Reported-by: Matthew Wilcox <willy@infradead.org>
> > Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> > Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> 
> Changed the title to:
> 
> wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd comments
> 
Thank you.

> -- 
> https://patchwork.kernel.org/project/linux-wireless/patch/20240913094818.14456-1-algonell@gmail.com/
> 
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
> https://docs.kernel.org/process/submitting-patches.html
> 

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

* Re: [PATCH] wifi: ath6kl: fix typos
  2024-09-13  9:48 [PATCH] wifi: ath6kl: fix typos Andrew Kreimer
  2024-09-13 23:18 ` Jeff Johnson
  2024-09-18 17:08 ` Kalle Valo
@ 2024-09-19 16:20 ` Kalle Valo
  2 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2024-09-19 16:20 UTC (permalink / raw)
  To: Andrew Kreimer
  Cc: linux-wireless, linux-kernel, kernel-janitors, Andrew Kreimer,
	Matthew Wilcox

Andrew Kreimer <algonell@gmail.com> wrote:

> Fix typos in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

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

07211778c0ca wifi: ath6kl: fix typos in struct wmi_rssi_threshold_params_cmd and wmi_snr_threshold_params_cmd comments

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20240913094818.14456-1-algonell@gmail.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
https://docs.kernel.org/process/submitting-patches.html


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

end of thread, other threads:[~2024-09-19 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13  9:48 [PATCH] wifi: ath6kl: fix typos Andrew Kreimer
2024-09-13 23:18 ` Jeff Johnson
2024-09-18 17:08 ` Kalle Valo
2024-09-18 19:10   ` Andrew Kreimer
2024-09-19 16:20 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).