[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <03DFEDFFB5729C96+20250714104736.559226-1-wangyuli@uniontech.com>
Date: Mon, 14 Jul 2025 18:47:36 +0800
From: WangYuli <wangyuli@...ontech.com>
To: miriam.rachel.korenblit@...el.com,
wangyuli@...ontech.com,
johannes.berg@...el.com,
akpm@...ux-foundation.org
Cc: linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org,
emmanuel.grumbach@...el.com,
yanzhen@...o.com,
shenlichuan@...o.com,
yujiaoliang@...o.com,
colin.i.king@...il.com,
cvam0000@...il.com,
zhanjun@...ontech.com,
niecheng1@...ontech.com,
guanwentao@...ontech.com
Subject: [PATCH] wifi: iwlwifi: Fix typo "ransport"
There is a spelling mistake of 'ransport' in comments which
should be 'transport'.
This typo was not listed in scripts/spelling.txt, thus it was more
difficult to detect. Add it for convenience.
Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
drivers/net/wireless/intel/iwlwifi/dvm/agn.h | 2 +-
scripts/spelling.txt | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/agn.h b/drivers/net/wireless/intel/iwlwifi/dvm/agn.h
index 1ebc7effcc2a..061c69286951 100644
--- a/drivers/net/wireless/intel/iwlwifi/dvm/agn.h
+++ b/drivers/net/wireless/intel/iwlwifi/dvm/agn.h
@@ -388,7 +388,7 @@ static inline void iwl_dvm_set_pmi(struct iwl_priv *priv, bool state)
/**
* iwl_parse_eeprom_data - parse EEPROM data and return values
*
- * @trans: ransport we're parsing for, for debug only
+ * @trans: transport we're parsing for, for debug only
* @cfg: device configuration for parsing and overrides
* @eeprom: the EEPROM data
* @eeprom_size: length of the EEPROM data
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index c33128db7163..c9a6df5be281 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1314,6 +1314,7 @@ quering||querying
querrying||querying
queus||queues
randomally||randomly
+ransport||transport
raoming||roaming
readyness||readiness
reasearcher||researcher
--
2.50.0
Powered by blists - more mailing lists