[PATCH v2] wifi: iwlwifi: Fix spelling typo in comment

From: shitao
Date: Tue Dec 12 2023 - 04:36:07 EST


Fix spelling typo in iwl-context-info.h comment.

Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
Signed-off-by: shitao <shitao@xxxxxxxxxx>
---
drivers/net/wireless/intel/iwlwifi/iwl-context-info.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h b/drivers/net/wireless/intel/iwlwifi/iwl-context-info.h
index 1a1321db137c..3ab6f127041f 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

--
2.34.1