ethtool: pse-pd: Fix double word in comments

Message ID 20230221083036.2414-1-liubo03@inspur.com
State New
Headers
Series ethtool: pse-pd: Fix double word in comments |

Commit Message

Bo Liu Feb. 21, 2023, 8:30 a.m. UTC
  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(-)
  

Comments

Oleksij Rempel Feb. 21, 2023, 8:32 a.m. UTC | #1
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
> 
>
  
Simon Horman Feb. 21, 2023, 4:31 p.m. UTC | #2
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
  
Jakub Kicinski Feb. 21, 2023, 5:01 p.m. UTC | #3
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.
  
patchwork-bot+netdevbpf@kernel.org Feb. 21, 2023, 5:10 p.m. UTC | #4
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!
  
Simon Horman Feb. 22, 2023, 8:14 a.m. UTC | #5
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.
  

Patch

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>