[PATCH] wifi: wil6210: wmi: Fix spellings reported by codespell

Sumanth Gavini posted 1 patch 6 months, 3 weeks ago
drivers/net/wireless/ath/wil6210/wmi.c | 2 +-
drivers/net/wireless/ath/wil6210/wmi.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH] wifi: wil6210: wmi: Fix spellings reported by codespell
Posted by Sumanth Gavini 6 months, 3 weeks ago
Fix "busses" to "buses"
Fix "Measurments" to "Measurements"

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 drivers/net/wireless/ath/wil6210/wmi.c | 2 +-
 drivers/net/wireless/ath/wil6210/wmi.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/wil6210/wmi.c b/drivers/net/wireless/ath/wil6210/wmi.c
index 74edd007cd8d..6d376f85fbde 100644
--- a/drivers/net/wireless/ath/wil6210/wmi.c
+++ b/drivers/net/wireless/ath/wil6210/wmi.c
@@ -53,7 +53,7 @@ MODULE_PARM_DESC(led_id,
  *
  * There are several buses present on the WIL6210 card.
  * Same memory areas are visible at different address on
- * the different busses. There are 3 main bus masters:
+ * the different buses. There are 3 main bus masters:
  *  - MAC CPU (ucode)
  *  - User CPU (firmware)
  *  - AHB (host)
diff --git a/drivers/net/wireless/ath/wil6210/wmi.h b/drivers/net/wireless/ath/wil6210/wmi.h
index 38f64524019e..a6761a1e9d7d 100644
--- a/drivers/net/wireless/ath/wil6210/wmi.h
+++ b/drivers/net/wireless/ath/wil6210/wmi.h
@@ -3495,7 +3495,7 @@ struct wmi_aoa_meas_event {
 	u8 channel;
 	/* enum wmi_aoa_meas_type */
 	u8 aoa_meas_type;
-	/* Measurments are from RFs, defined by the mask */
+	/* Measurements are from RFs, defined by the mask */
 	__le32 meas_rf_mask;
 	/* enum wmi_aoa_meas_status */
 	u8 meas_status;
@@ -3634,7 +3634,7 @@ struct wmi_tof_ftm_per_dest_res_event {
 	__le32 tsf_sync;
 	/* actual received ftm per burst */
 	u8 actual_ftm_per_burst;
-	/* Measurments are from RFs, defined by the mask */
+	/* Measurements are from RFs, defined by the mask */
 	__le32 meas_rf_mask;
 	u8 reserved0[3];
 	struct wmi_responder_ftm_res responder_ftm_res[];
-- 
2.43.0
Re: [PATCH] wifi: wil6210: wmi: Fix spellings reported by codespell
Posted by Jeff Johnson 5 months, 2 weeks ago
On Tue, 20 May 2025 22:33:21 -0700, Sumanth Gavini wrote:
> Fix "busses" to "buses"
> Fix "Measurments" to "Measurements"
> 
> 

Applied, thanks!

[1/1] wifi: wil6210: wmi: Fix spellings reported by codespell
      commit: ed259ae54de6d7daa778dcb3471c00367d32c11c

Best regards,
-- 
Jeff Johnson <jeff.johnson@oss.qualcomm.com>