2023-12-12 07:20:10

by shitao

[permalink] [raw]
Subject: [PATCH] net: Fix spelling typo in comment

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

Reported-by: k2ci <[email protected]>
Signed-off-by: shitao <[email protected]>
---
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



2023-12-12 08:05:55

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] net: Fix spelling typo in comment

shitao <[email protected]> writes:

> Fix spelling typo in iwl-context-info.h comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: shitao <[email protected]>
> ---
> drivers/net/wireless/intel/iwlwifi/iwl-context-info.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

The title should start with "wifi: iwlwifi:". Please read our wiki, link
below.

--
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2023-12-12 09:35:43

by shitao

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

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

Reported-by: k2ci <[email protected]>
Signed-off-by: shitao <[email protected]>
---
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