Message ID | 20250324030021.2296493-1-wangliang74@huawei.com |
---|---|
State | New |
Headers | show |
Series | [wireless] wifi: iwlwifi:: fix spelling errors | expand |
On Mon, 2025-03-24 at 11:00 +0800, Wang Liang wrote: > Fix some spelling errors in comments: > - configuraiton -> configuration > - notificaiton -> notification > > No functional changes. > FWIW, spelling errors really don't need to be fixed on wireless, that can wait for wireless-next. johannes
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h index 3af275133da0..b4528668478d 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h @@ -364,7 +364,7 @@ struct iwl_fw_ini_error_dump_register { * struct iwl_fw_ini_dump_cfg_name - configuration name * @image_type: image type the configuration is related to * @cfg_name_len: length of the configuration name - * @cfg_name: name of the configuraiton + * @cfg_name: name of the configuration */ struct iwl_fw_ini_dump_cfg_name { __le32 image_type; diff --git a/drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h b/drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h index 2081775e0ec9..71adbe844060 100644 --- a/drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h +++ b/drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h @@ -475,7 +475,7 @@ void iwl_mei_device_state(bool up); int iwl_mei_pldr_req(void); /** - * iwl_mei_alive_notif() - must be called when alive notificaiton is received + * iwl_mei_alive_notif() - must be called when alive notification is received * @success: true if received alive notification, false if waiting for the * notificaiton timed out. */
Fix some spelling errors in comments: - configuraiton -> configuration - notificaiton -> notification No functional changes. Signed-off-by: Wang Liang <wangliang74@huawei.com> --- drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 2 +- drivers/net/wireless/intel/iwlwifi/mei/iwl-mei.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)