[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241101143052.1531-1-ganjie182@gmail.com>
Date: Fri, 1 Nov 2024 22:30:51 +0800
From: Gan Jie <ganjie182@...il.com>
To: kvalo@...nel.org
Cc: linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org,
trivial@...nel.org,
ganjie163@...t.edu.cn,
ganjie182@...il.com
Subject: [PATCH] wifi: iwlwifi: fw: fix typo 'adderss'
Fix typo 'adderss' to 'address'.
Signed-off-by: Gan Jie <ganjie182@...il.com>
---
drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h
index e63b08b7d336..3af275133da0 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h
@@ -169,7 +169,7 @@ struct iwl_fw_error_dump_info {
* @fw_mon_wr_ptr: the position of the write pointer in the cyclic buffer
* @fw_mon_base_ptr: base pointer of the data
* @fw_mon_cycle_cnt: number of wraparounds
- * @fw_mon_base_high_ptr: used in AX210 devices, the base adderss is 64 bit
+ * @fw_mon_base_high_ptr: used in AX210 devices, the base address is 64 bit
* so fw_mon_base_ptr holds LSB 32 bits and fw_mon_base_high_ptr hold
* MSB 32 bits
* @reserved: for future use
--
2.34.1
Powered by blists - more mailing lists