aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <[email protected]>2024-09-18 20:10:03 +0300
committerKalle Valo <[email protected]>2024-09-19 19:18:02 +0300
commite2f4563bd1fadfacb740fdcdf583eec7979b1200 (patch)
tree300a4ad70db984a00d5bb9dae9a1d6e1d71fb20b
parentf8acfee2f8e042bda680e55fb801a7d18f00a42e (diff)
wifi: wcn36xx: fix a typo in struct wcn36xx_sta documentation
Fix a typo in comments. Reported-by: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Kreimer <[email protected]> Acked-by: Jeff Johnson <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://patch.msgid.link/[email protected]
-rw-r--r--drivers/net/wireless/ath/wcn36xx/wcn36xx.h2
1 files changed, 1 insertions, 1 deletions
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.
* ______________________________________________