diff options
author | Bo Liu <[email protected]> | 2023-02-21 03:30:36 -0500 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-02-21 09:02:13 -0800 |
commit | 7ec077744aade63729d58c2d26861c3147a4d8aa (patch) | |
tree | ae6c1388c44035588243399bebb05ea458354a18 | |
parent | 951bce29c8988209cc359e1fa35a4aaa35542fd5 (diff) |
ethtool: pse-pd: Fix double word in comments
Remove the repeated word "for" in comments.
Signed-off-by: Bo Liu <[email protected]>
Reviewed-by: Oleksij Rempel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | net/ethtool/pse-pd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]> |