2023-02-21 08:30:57

by Bo Liu

[permalink] [raw]
Subject: [PATCH] ethtool: pse-pd: Fix double word in comments

Remove the repeated word "for" in comments.

Signed-off-by: Bo Liu <[email protected]>
---
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 <[email protected]>
--
2.27.0



2023-02-21 08:33:08

by Oleksij Rempel

[permalink] [raw]
Subject: Re: [PATCH] ethtool: pse-pd: Fix double word in comments

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 <[email protected]>

Reviewed-by: Oleksij Rempel <[email protected]>

> ---
> 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 <[email protected]>
> --
> 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 |

2023-02-21 16:31:17

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH] ethtool: pse-pd: Fix double word in comments

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 <[email protected]>

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

2023-02-21 17:02:57

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] ethtool: pse-pd: Fix double word in comments

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 <[email protected]>
>
> 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.

2023-02-21 17:10:33

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] ethtool: pse-pd: Fix double word in comments

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <[email protected]>:

On Tue, 21 Feb 2023 03:30:36 -0500 you wrote:
> Remove the repeated word "for" in comments.
>
> Signed-off-by: Bo Liu <[email protected]>
> ---
> 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



2023-02-22 08:15:00

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH] ethtool: pse-pd: Fix double word in comments

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 <[email protected]>
> >
> > 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.