diff mbox series

[wireless] wifi: iwlwifi:: fix spelling errors

Message ID 20250324030021.2296493-1-wangliang74@huawei.com (mailing list archive)
State New
Delegated to: Johannes Berg
Headers show
Series [wireless] wifi: iwlwifi:: fix spelling errors | expand

Checks

Context Check Description
wifibot/fixes_present fail Series targets non-next tree, but doesn't contain any Fixes tags
wifibot/series_format success Single patches do not need cover letters
wifibot/tree_selection success Clearly marked for wireless
wifibot/ynl success Generated files up to date; no warnings/errors; no diff in generated;
wifibot/build_32bit success Errors and warnings before: 0 this patch: 0
wifibot/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
wifibot/build_clang success Errors and warnings before: 0 this patch: 0
wifibot/build_clang_rust success No Rust files in patch. Skipping build
wifibot/build_tools success No tools touched, skip
wifibot/check_selftest success No net selftest shell script
wifibot/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
wifibot/deprecated_api success None detected
wifibot/header_inline success No static functions without inline keyword in header files
wifibot/kdoc success Errors and warnings before: 4 this patch: 4
wifibot/source_inline success Was 0 now: 0
wifibot/verify_fixes success No Fixes tag
wifibot/verify_signedoff success Signed-off-by tag matches author and committer

Commit Message

Wang Liang March 24, 2025, 3 a.m. UTC
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(-)

Comments

Johannes Berg March 24, 2025, 9:11 a.m. UTC | #1
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 mbox series

Patch

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.
  */