projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
951bce2
)
ethtool: pse-pd: Fix double word in comments
author
Bo Liu
<liubo03@inspur.com>
Tue, 21 Feb 2023 08:30:36 +0000
(
03:30
-0500)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/net/ethtool/pse-pd.c
b/net/ethtool/pse-pd.c
index a5b607b0a652b190adb57cf19da31ace5fc1e3db..530b8b99e6df74b522417244ee4144cc5ff4f540 100644
(file)
--- 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>