diff mbox series

wifi: wcn36xx: fix a typo

Message ID 20240913094319.13718-1-algonell@gmail.com (mailing list archive)
State Under Review
Delegated to: Kalle Valo
Headers show
Series wifi: wcn36xx: fix a typo | expand

Commit Message

Andrew Kreimer Sept. 13, 2024, 9:43 a.m. UTC
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(-)

Comments

Jeff Johnson Sept. 13, 2024, 11:18 p.m. UTC | #1
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>
Kalle Valo Sept. 18, 2024, 5:04 p.m. UTC | #2
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
Andrew Kreimer Sept. 18, 2024, 7:09 p.m. UTC | #3
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
>
diff mbox series

Patch

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.
  * ______________________________________________