* [PATCH] wifi: wcn36xx: fix a typo
@ 2024-09-13 9:43 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:43 UTC (permalink / raw)
To: Loic Poulain, Kalle Valo
Cc: wcn36xx, linux-wireless, linux-kernel, kernel-janitors,
Andrew Kreimer, Matthew Wilcox
Fix a typo in comments.
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/net/wireless/ath/wcn36xx/wcn36xx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/wcn36xx/wcn36xx.h b/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
index bccc27de848d..7ee79593cd23 100644
--- a/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
+++ b/drivers/net/wireless/ath/wcn36xx/wcn36xx.h
@@ -167,7 +167,7 @@ struct wcn36xx_vif {
* @dpu_desc_index: DPU descriptor index is returned from HW after config_sta
* call and is used in TX BD.
* @bss_sta_index: STA index is returned from HW after config_bss call and is
- * used in both SMD channel and TX BD. See table bellow when it is used.
+ * used in both SMD channel and TX BD. See table below when it is used.
* @bss_dpu_desc_index: DPU descriptor index is returned from HW after
* config_bss call and is used in TX BD.
* ______________________________________________
--
2.46.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] wifi: wcn36xx: fix a typo
2024-09-13 9:43 [PATCH] wifi: wcn36xx: fix a typo Andrew Kreimer
@ 2024-09-13 23:18 ` Jeff Johnson
2024-09-18 17:04 ` Kalle Valo
2024-09-19 16:18 ` Kalle Valo
2 siblings, 0 replies; 5+ messages in thread
From: Jeff Johnson @ 2024-09-13 23:18 UTC (permalink / raw)
To: Andrew Kreimer, Loic Poulain, Kalle Valo
Cc: wcn36xx, linux-wireless, linux-kernel, kernel-janitors,
Matthew Wilcox
On 9/13/2024 2:43 AM, Andrew Kreimer wrote:
> Fix a typo 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: wcn36xx: fix a typo
2024-09-13 9:43 [PATCH] wifi: wcn36xx: fix a typo Andrew Kreimer
2024-09-13 23:18 ` Jeff Johnson
@ 2024-09-18 17:04 ` Kalle Valo
2024-09-18 19:09 ` Andrew Kreimer
2024-09-19 16:18 ` Kalle Valo
2 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2024-09-18 17:04 UTC (permalink / raw)
To: Andrew Kreimer
Cc: Loic Poulain, wcn36xx, linux-wireless, linux-kernel,
kernel-janitors, Andrew Kreimer, Matthew Wilcox
Andrew Kreimer <algonell@gmail.com> wrote:
> Fix a typo 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>
The subject should be unique so in the pending branch I changed it to:
wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentation
--
https://patchwork.kernel.org/project/linux-wireless/patch/20240913094319.13718-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: wcn36xx: fix a typo
2024-09-18 17:04 ` Kalle Valo
@ 2024-09-18 19:09 ` Andrew Kreimer
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Kreimer @ 2024-09-18 19:09 UTC (permalink / raw)
To: Kalle Valo
Cc: Loic Poulain, wcn36xx, linux-wireless, linux-kernel,
kernel-janitors, Matthew Wilcox
On Wed, Sep 18, 2024 at 05:04:55PM +0000, Kalle Valo wrote:
> Andrew Kreimer <algonell@gmail.com> wrote:
>
> > Fix a typo 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>
>
> The subject should be unique so in the pending branch I changed it to:
>
Thank you.
> wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentation
>
> --
> https://patchwork.kernel.org/project/linux-wireless/patch/20240913094319.13718-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: wcn36xx: fix a typo
2024-09-13 9:43 [PATCH] wifi: wcn36xx: fix a typo Andrew Kreimer
2024-09-13 23:18 ` Jeff Johnson
2024-09-18 17:04 ` Kalle Valo
@ 2024-09-19 16:18 ` Kalle Valo
2 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2024-09-19 16:18 UTC (permalink / raw)
To: Andrew Kreimer
Cc: Loic Poulain, wcn36xx, linux-wireless, linux-kernel,
kernel-janitors, Andrew Kreimer, Matthew Wilcox
Andrew Kreimer <algonell@gmail.com> wrote:
> Fix a typo 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.
e2f4563bd1fa wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentation
--
https://patchwork.kernel.org/project/linux-wireless/patch/20240913094319.13718-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:18 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:43 [PATCH] wifi: wcn36xx: fix a typo Andrew Kreimer
2024-09-13 23:18 ` Jeff Johnson
2024-09-18 17:04 ` Kalle Valo
2024-09-18 19:09 ` Andrew Kreimer
2024-09-19 16:18 ` 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).