diff mbox series

ethtool: pse-pd: Fix double word in comments

Message ID 20230221083036.2414-1-liubo03@inspur.com (mailing list archive)
State Accepted
Commit 7ec077744aade63729d58c2d26861c3147a4d8aa
Delegated to: Netdev Maintainers
Headers show
Series ethtool: pse-pd: Fix double word in comments | expand

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/cc_maintainers warning 1 maintainers not CCed: lkp@intel.com
netdev/build_clang success Errors and warnings before: 1 this patch: 1
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 2 this patch: 2
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

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.
diff mbox series

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>