[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250324030021.2296493-1-wangliang74@huawei.com>
Date: Mon, 24 Mar 2025 11:00:21 +0800
From: Wang Liang <wangliang74@...wei.com>
To: <miriam.rachel.korenblit@...el.com>, <johannes.berg@...el.com>,
<ganjie182@...il.com>, <emmanuel.grumbach@...el.com>,
<avraham.stern@...el.com>
CC: <yuehaibing@...wei.com>, <zhangchangzhong@...wei.com>,
<wangliang74@...wei.com>, <linux-wireless@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH wireless] wifi: iwlwifi:: fix spelling errors
Fix some spelling errors in comments:
- configuraiton -> configuration
- notificaiton -> notification
No functional changes.
Signed-off-by: Wang Liang <wangliang74@...wei.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(-)
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
Powered by blists - more mailing lists