ethtool: pse-pd: Fix double word in comments
authorBo Liu <liubo03@inspur.com>
Tue, 21 Feb 2023 08:30:36 +0000 (03:30 -0500)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Feb 2023 17:02:13 +0000 (09:02 -0800)
Remove the repeated word "for" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20230221083036.2414-1-liubo03@inspur.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ethtool/pse-pd.c

index a5b607b0a652b190adb57cf19da31ace5fc1e3db..530b8b99e6df74b522417244ee4144cc5ff4f540 100644 (file)
@@ -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>