[PATCH wireless] wifi: iwlwifi:: fix spelling errors

Wang Liang posted 1 patch 8 months, 4 weeks ago
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(-)
[PATCH wireless] wifi: iwlwifi:: fix spelling errors
Posted by Wang Liang 8 months, 4 weeks ago
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(-)

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
RE: [PATCH wireless] wifi: iwlwifi:: fix spelling errors
Posted by Korenblit, Miriam Rachel 8 months, 3 weeks ago

> -----Original Message-----
> From: Wang Liang <wangliang74@huawei.com>
> Sent: Monday, 24 March 2025 5:00
> To: Korenblit, Miriam Rachel <miriam.rachel.korenblit@intel.com>; Berg,
> Johannes <johannes.berg@intel.com>; ganjie182@gmail.com; Grumbach,
> Emmanuel <emmanuel.grumbach@intel.com>; Stern, Avraham
> <avraham.stern@intel.com>
> Cc: yuehaibing@huawei.com; zhangchangzhong@huawei.com;
> wangliang74@huawei.com; linux-wireless@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Subject: [PATCH wireless] wifi: iwlwifi:: fix spelling errors
No need for 2 :: here

> 
> Fix some spelling errors in comments:
>  - configuraiton -> configuration
>  - notificaiton -> notification
> 
> No functional changes.
> 
> 

Re: [PATCH wireless] wifi: iwlwifi:: fix spelling errors
Posted by Johannes Berg 8 months, 4 weeks ago
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