Message ID | 20230217071609.2776-1-liubo03@inspur.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Michal Kubecek |
Headers | show |
Series | ethtool: pse-pd: Fix double word in comments | expand |
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
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.
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>
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(-)