netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethtool: pse-pd: Fix double word in comments
@ 2023-02-17  7:16 Bo Liu
  2023-02-18  0:51 ` Andrew Lunn
  2023-02-21  0:27 ` Jakub Kicinski
  0 siblings, 2 replies; 9+ messages in thread
From: Bo Liu @ 2023-02-17  7:16 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni; +Cc: netdev, linux-kernel, Bo Liu

Remove the repeated word "for" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 net/ethtool/pse-pd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c
index a5b607b0a652..530b8b99e6df 100644
--- a/net/ethtool/pse-pd.c
+++ b/net/ethtool/pse-pd.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 //
-// ethtool interface for for Ethernet PSE (Power Sourcing Equipment)
+// ethtool interface for Ethernet PSE (Power Sourcing Equipment)
 // and PD (Powered Device)
 //
 // Copyright (c) 2022 Pengutronix, Oleksij Rempel <kernel@pengutronix.de>
-- 
2.27.0


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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-17  7:16 Bo Liu
@ 2023-02-18  0:51 ` Andrew Lunn
  2023-02-21  0:27 ` Jakub Kicinski
  1 sibling, 0 replies; 9+ messages in thread
From: Andrew Lunn @ 2023-02-18  0:51 UTC (permalink / raw)
  To: Bo Liu; +Cc: davem, edumazet, kuba, pabeni, netdev, linux-kernel

On Fri, Feb 17, 2023 at 02:16:09AM -0500, Bo Liu wrote:
> Remove the repeated word "for" in comments.

Hi Bo

How did you determine the list of people to email?

./scripts/get_maintainer.pl net/ethtool/pse-pd.c
"David S. Miller" <davem@davemloft.net> (maintainer:NETWORKING [GENERAL],commit_signer:2/3=67%)
Eric Dumazet <edumazet@google.com> (maintainer:NETWORKING [GENERAL])
Jakub Kicinski <kuba@kernel.org> (maintainer:NETWORKING [GENERAL],commit_signer:3/3=100%,authored:2/3=67%,added_lines:30/215=14%,removed_lines:51/51=100%)
Paolo Abeni <pabeni@redhat.com> (maintainer:NETWORKING [GENERAL])
Oleksij Rempel <linux@rempel-privat.de> (commit_signer:2/3=67%,authored:1/3=33%,added_lines:185/215=86%)
Andrew Lunn <andrew@lunn.ch> (commit_signer:1/3=33%)
kernel test robot <lkp@intel.com> (commit_signer:1/3=33%)
netdev@vger.kernel.org (open list:NETWORKING [GENERAL])
linux-kernel@vger.kernel.org (open list)

Oleksij Rempel actually added this file, so you really should Cc: him,
even for trivial patches like this.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-17  7:16 Bo Liu
  2023-02-18  0:51 ` Andrew Lunn
@ 2023-02-21  0:27 ` Jakub Kicinski
  1 sibling, 0 replies; 9+ messages in thread
From: Jakub Kicinski @ 2023-02-21  0:27 UTC (permalink / raw)
  To: Bo Liu; +Cc: davem, edumazet, pabeni, netdev, linux-kernel

On Fri, 17 Feb 2023 02:16:09 -0500 Bo Liu wrote:
> Remove the repeated word "for" in comments.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>

Please resend with appropriate CC as instructed by Andrew.

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

* [PATCH] ethtool: pse-pd: Fix double word in comments
@ 2023-02-21  8:30 Bo Liu
  2023-02-21  8:32 ` Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bo Liu @ 2023-02-21  8:30 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: linux, bagasdotme, andrew, netdev, linux-kernel, Bo Liu

Remove the repeated word "for" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 net/ethtool/pse-pd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c
index a5b607b0a652..530b8b99e6df 100644
--- a/net/ethtool/pse-pd.c
+++ b/net/ethtool/pse-pd.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 //
-// ethtool interface for for Ethernet PSE (Power Sourcing Equipment)
+// ethtool interface for Ethernet PSE (Power Sourcing Equipment)
 // and PD (Powered Device)
 //
 // Copyright (c) 2022 Pengutronix, Oleksij Rempel <kernel@pengutronix.de>
-- 
2.27.0


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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-21  8:30 [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu
@ 2023-02-21  8:32 ` Oleksij Rempel
  2023-02-21 16:31 ` Simon Horman
  2023-02-21 17:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 9+ messages in thread
From: Oleksij Rempel @ 2023-02-21  8:32 UTC (permalink / raw)
  To: Bo Liu
  Cc: davem, edumazet, kuba, pabeni, linux, bagasdotme, andrew, netdev,
	linux-kernel

On Tue, Feb 21, 2023 at 03:30:36AM -0500, Bo Liu wrote:
> Remove the repeated word "for" in comments.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>

Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>

> ---
>  net/ethtool/pse-pd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c
> index a5b607b0a652..530b8b99e6df 100644
> --- a/net/ethtool/pse-pd.c
> +++ b/net/ethtool/pse-pd.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  //
> -// ethtool interface for for Ethernet PSE (Power Sourcing Equipment)
> +// ethtool interface for Ethernet PSE (Power Sourcing Equipment)
>  // and PD (Powered Device)
>  //
>  // Copyright (c) 2022 Pengutronix, Oleksij Rempel <kernel@pengutronix.de>
> -- 
> 2.27.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-21  8:30 [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu
  2023-02-21  8:32 ` Oleksij Rempel
@ 2023-02-21 16:31 ` Simon Horman
  2023-02-21 17:01   ` Jakub Kicinski
  2023-02-21 17:10 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2023-02-21 16:31 UTC (permalink / raw)
  To: Bo Liu
  Cc: davem, edumazet, kuba, pabeni, linux, bagasdotme, andrew, netdev,
	linux-kernel

On Tue, Feb 21, 2023 at 03:30:36AM -0500, Bo Liu wrote:
> Remove the repeated word "for" in comments.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>

net-next is closed.

You'll need to repost this patch after v6.3-rc1 has been tagged.

Also, when reposting please indicate that it is targeted
at net-next by including [PATCH net-next] in the subject.

Ref: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-21 16:31 ` Simon Horman
@ 2023-02-21 17:01   ` Jakub Kicinski
  2023-02-22  8:14     ` Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Jakub Kicinski @ 2023-02-21 17:01 UTC (permalink / raw)
  To: Simon Horman
  Cc: Bo Liu, davem, edumazet, pabeni, linux, bagasdotme, andrew,
	netdev, linux-kernel

On Tue, 21 Feb 2023 17:31:00 +0100 Simon Horman wrote:
> On Tue, Feb 21, 2023 at 03:30:36AM -0500, Bo Liu wrote:
> > Remove the repeated word "for" in comments.
> > 
> > Signed-off-by: Bo Liu <liubo03@inspur.com>  
> 
> net-next is closed.
> 
> You'll need to repost this patch after v6.3-rc1 has been tagged.
> 
> Also, when reposting please indicate that it is targeted
> at net-next by including [PATCH net-next] in the subject.
> 
> Ref: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

I was planning on applying it, actually, it's just a comment change
and PR is not yet out.

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

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-21  8:30 [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu
  2023-02-21  8:32 ` Oleksij Rempel
  2023-02-21 16:31 ` Simon Horman
@ 2023-02-21 17:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-02-21 17:10 UTC (permalink / raw)
  To: Bo Liu
  Cc: davem, edumazet, kuba, pabeni, linux, bagasdotme, andrew, netdev,
	linux-kernel

Hello:

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

On Tue, 21 Feb 2023 03:30:36 -0500 you wrote:
> Remove the repeated word "for" in comments.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>
> ---
>  net/ethtool/pse-pd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - ethtool: pse-pd: Fix double word in comments
    https://git.kernel.org/netdev/net-next/c/7ec077744aad

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] 9+ messages in thread

* Re: [PATCH] ethtool: pse-pd: Fix double word in comments
  2023-02-21 17:01   ` Jakub Kicinski
@ 2023-02-22  8:14     ` Simon Horman
  0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2023-02-22  8:14 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Bo Liu, davem, edumazet, pabeni, linux, bagasdotme, andrew,
	netdev, linux-kernel

On Tue, Feb 21, 2023 at 09:01:59AM -0800, Jakub Kicinski wrote:
> On Tue, 21 Feb 2023 17:31:00 +0100 Simon Horman wrote:
> > On Tue, Feb 21, 2023 at 03:30:36AM -0500, Bo Liu wrote:
> > > Remove the repeated word "for" in comments.
> > > 
> > > Signed-off-by: Bo Liu <liubo03@inspur.com>  
> > 
> > net-next is closed.
> > 
> > You'll need to repost this patch after v6.3-rc1 has been tagged.
> > 
> > Also, when reposting please indicate that it is targeted
> > at net-next by including [PATCH net-next] in the subject.
> > 
> > Ref: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
> 
> I was planning on applying it, actually, it's just a comment change
> and PR is not yet out.

Sorry, my mistake.

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

end of thread, other threads:[~2023-02-22  8:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21  8:30 [PATCH] ethtool: pse-pd: Fix double word in comments Bo Liu
2023-02-21  8:32 ` Oleksij Rempel
2023-02-21 16:31 ` Simon Horman
2023-02-21 17:01   ` Jakub Kicinski
2023-02-22  8:14     ` Simon Horman
2023-02-21 17:10 ` patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17  7:16 Bo Liu
2023-02-18  0:51 ` Andrew Lunn
2023-02-21  0:27 ` Jakub Kicinski

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).