From: Bo Liu Date: Tue, 21 Feb 2023 08:30:36 +0000 (-0500) Subject: ethtool: pse-pd: Fix double word in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7ec077744aade63729d58c2d26861c3147a4d8aa;p=linux.git ethtool: pse-pd: Fix double word in comments Remove the repeated word "for" in comments. Signed-off-by: Bo Liu Reviewed-by: Oleksij Rempel Link: https://lore.kernel.org/r/20230221083036.2414-1-liubo03@inspur.com Signed-off-by: Jakub Kicinski --- diff --git a/net/ethtool/pse-pd.c b/net/ethtool/pse-pd.c index a5b607b0a652b..530b8b99e6df7 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