Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wifi: wil6210: wmi: Fix spellings reported by codespell

Fix "busses" to "buses"
Fix "Measurments" to "Measurements"

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
Link: https://patch.msgid.link/20250521053323.284845-1-sumanth.gavini@yahoo.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>

authored by

Sumanth Gavini and committed by
Jeff Johnson
ed259ae5 81a0286c

+3 -3
+1 -1
drivers/net/wireless/ath/wil6210/wmi.c
··· 53 53 * 54 54 * There are several buses present on the WIL6210 card. 55 55 * Same memory areas are visible at different address on 56 - * the different busses. There are 3 main bus masters: 56 + * the different buses. There are 3 main bus masters: 57 57 * - MAC CPU (ucode) 58 58 * - User CPU (firmware) 59 59 * - AHB (host)
+2 -2
drivers/net/wireless/ath/wil6210/wmi.h
··· 3495 3495 u8 channel; 3496 3496 /* enum wmi_aoa_meas_type */ 3497 3497 u8 aoa_meas_type; 3498 - /* Measurments are from RFs, defined by the mask */ 3498 + /* Measurements are from RFs, defined by the mask */ 3499 3499 __le32 meas_rf_mask; 3500 3500 /* enum wmi_aoa_meas_status */ 3501 3501 u8 meas_status; ··· 3634 3634 __le32 tsf_sync; 3635 3635 /* actual received ftm per burst */ 3636 3636 u8 actual_ftm_per_burst; 3637 - /* Measurments are from RFs, defined by the mask */ 3637 + /* Measurements are from RFs, defined by the mask */ 3638 3638 __le32 meas_rf_mask; 3639 3639 u8 reserved0[3]; 3640 3640 struct wmi_responder_ftm_res responder_ftm_res[];