diff options
| author | 2024-12-29 16:44:47 +0200 | |
|---|---|---|
| committer | 2025-01-13 15:26:42 +0100 | |
| commit | eb5940010d3904634241ce6967f5fb1cb1526fc2 (patch) | |
| tree | 30329395525b71e98ce4f27422aa32d1f0273aa5 /drivers/net/wireless/intel | |
| parent | wifi: iwlwifi: api: remove the double word (diff) | |
| download | wireguard-linux-eb5940010d3904634241ce6967f5fb1cb1526fc2.tar.xz wireguard-linux-eb5940010d3904634241ce6967f5fb1cb1526fc2.zip | |
wifi: iwlwifi: Fix spelling typo in comment
Fix spelling typo in iwl-context-info.h comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: shitao <shitao@kylinos.cn>
Link: https://msgid.link/20231212093424.3104329-1-shitao@kylinos.cn
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241229164246.c79c132f811b.Ie07a0007b96359b3552878e23c4b9efeb07bba8d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-context-info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h b/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h index 7abd153d56f9..dfd44fabf237 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h @@ -6,7 +6,7 @@ #ifndef __iwl_context_info_file_h__ #define __iwl_context_info_file_h__ -/* maximmum number of DRAM map entries supported by FW */ +/* maximum number of DRAM map entries supported by FW */ #define IWL_MAX_DRAM_ENTRY 64 #define CSR_CTXT_INFO_BA 0x40 |
