linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: Fix spelling typo in comment
@ 2023-12-12  7:19 shitao
  2023-12-12  8:05 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: shitao @ 2023-12-12  7:19 UTC (permalink / raw)
  To: gregory.greenman, kvalo, linux-wireless, linux-kernel; +Cc: shitao, k2ci

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

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: shitao <shitao@kylinos.cn>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: Fix spelling typo in comment
  2023-12-12  7:19 [PATCH] net: Fix spelling typo in comment shitao
@ 2023-12-12  8:05 ` Kalle Valo
  2023-12-12  9:34   ` [PATCH v2] wifi: iwlwifi: " shitao
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2023-12-12  8:05 UTC (permalink / raw)
  To: shitao; +Cc: gregory.greenman, linux-wireless, linux-kernel, k2ci

shitao <shitao@kylinos.cn> writes:

> Fix spelling typo in iwl-context-info.h comment.
>
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: shitao <shitao@kylinos.cn>
> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2] wifi: iwlwifi: Fix spelling typo in comment
  2023-12-12  8:05 ` Kalle Valo
@ 2023-12-12  9:34   ` shitao
  0 siblings, 0 replies; 3+ messages in thread
From: shitao @ 2023-12-12  9:34 UTC (permalink / raw)
  To: kvalo; +Cc: gregory.greenman, kernel-bot, linux-kernel, linux-wireless,
	shitao

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

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: shitao <shitao@kylinos.cn>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-12  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12  7:19 [PATCH] net: Fix spelling typo in comment shitao
2023-12-12  8:05 ` Kalle Valo
2023-12-12  9:34   ` [PATCH v2] wifi: iwlwifi: " shitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).