[PATCH wireless] wifi: iwlwifi:: fix spelling errors
From: Wang Liang
Date: Sun Mar 23 2025 - 22:50:06 EST
Fix some spelling errors in comments:
- configuraiton -> configuration
- notificaiton -> notification
No functional changes.
Signed-off-by: Wang Liang <wangliang74@xxxxxxxxxx>
---
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(-)
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.
*/
--
2.34.1