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 |
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 > >
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
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.
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!
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 --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(-)