All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments
@ 2022-06-29 13:13 Jilin Yuan
  2022-06-30  2:53 ` Jakub Kicinski
  2022-07-01  3:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jilin Yuan @ 2022-06-29 13:13 UTC (permalink / raw)
  To: yisen.zhuang, salil.mehta, davem, edumazet, kuba, pabeni
  Cc: shenjian15, lipeng321, zhangjiaran, netdev, linux-kernel, Jilin Yuan

Delete the redundant word 'new'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
index 5eaf09ea4009..26f87330173e 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
@@ -979,7 +979,7 @@ static int hclgevf_update_mac_list(struct hnae3_handle *handle,
 
 	/* if the mac addr is already in the mac list, no need to add a new
 	 * one into it, just check the mac addr state, convert it to a new
-	 * new state, or just remove it, or do nothing.
+	 * state, or just remove it, or do nothing.
 	 */
 	mac_node = hclgevf_find_mac_node(list, addr);
 	if (mac_node) {
-- 
2.36.1


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

* Re: [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments
  2022-06-29 13:13 [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments Jilin Yuan
@ 2022-06-30  2:53 ` Jakub Kicinski
  2022-07-01  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-06-30  2:53 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: yisen.zhuang, salil.mehta, davem, edumazet, pabeni, shenjian15,
	lipeng321, zhangjiaran, netdev, linux-kernel

On Wed, 29 Jun 2022 21:13:30 +0800 Jilin Yuan wrote:
> Subject: [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments

Going forward please make sure there is a space after the ':'

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

* Re: [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments
  2022-06-29 13:13 [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments Jilin Yuan
  2022-06-30  2:53 ` Jakub Kicinski
@ 2022-07-01  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-01  3:10 UTC (permalink / raw)
  To: Jilin Yuan
  Cc: yisen.zhuang, salil.mehta, davem, edumazet, kuba, pabeni,
	shenjian15, lipeng321, zhangjiaran, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 29 Jun 2022 21:13:30 +0800 you wrote:
> Delete the redundant word 'new'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - hisilicon/hns3/hns3vf:fix repeated words in comments
    https://git.kernel.org/netdev/net-next/c/34eff17ec4e2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-07-01  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 13:13 [PATCH] hisilicon/hns3/hns3vf:fix repeated words in comments Jilin Yuan
2022-06-30  2:53 ` Jakub Kicinski
2022-07-01  3:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.