2023-02-17 07:16:33

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-18 00:51:42

by Andrew Lunn

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

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" <[email protected]> (maintainer:NETWORKING [GENERAL],commit_signer:2/3=67%)
Eric Dumazet <[email protected]> (maintainer:NETWORKING [GENERAL])
Jakub Kicinski <[email protected]> (maintainer:NETWORKING [GENERAL],commit_signer:3/3=100%,authored:2/3=67%,added_lines:30/215=14%,removed_lines:51/51=100%)
Paolo Abeni <[email protected]> (maintainer:NETWORKING [GENERAL])
Oleksij Rempel <[email protected]> (commit_signer:2/3=67%,authored:1/3=33%,added_lines:185/215=86%)
Andrew Lunn <[email protected]> (commit_signer:1/3=33%)
kernel test robot <[email protected]> (commit_signer:1/3=33%)
[email protected] (open list:NETWORKING [GENERAL])
[email protected] (open list)

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

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2023-02-21 00:28:02

by Jakub Kicinski

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

On Fri, 17 Feb 2023 02:16:09 -0500 Bo Liu wrote:
> Remove the repeated word "for" in comments.
>
> Signed-off-by: Bo Liu <[email protected]>

Please resend with appropriate CC as instructed by Andrew.