aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-16 11:17:57 +0100
committerJakub Kicinski <kuba@kernel.org>2020-11-17 14:15:03 -0800
commit69280228d2b1cf650b6c9fc43e3158fa911b13d1 (patch)
tree76b4c71eb066388aa1cf865c42a372243b2c5e04 /drivers/net/phy/phylink.c
parentMerge branch 'add-ethtool-ntuple-filters-support' (diff)
downloadlinux-dev-69280228d2b1cf650b6c9fc43e3158fa911b13d1.tar.xz
linux-dev-69280228d2b1cf650b6c9fc43e3158fa911b13d1.zip
net: phy: fix kernel-doc markups
Some functions have different names between their prototypes and the kernel-doc markup. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/phylink.c')
-rw-r--r--drivers/net/phy/phylink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c
index 5d8c015bc9f2..84f6e197f965 100644
--- a/drivers/net/phy/phylink.c
+++ b/drivers/net/phy/phylink.c
@@ -1649,7 +1649,7 @@ int phylink_ethtool_set_pauseparam(struct phylink *pl,
EXPORT_SYMBOL_GPL(phylink_ethtool_set_pauseparam);
/**
- * phylink_ethtool_get_eee_err() - read the energy efficient ethernet error
+ * phylink_get_eee_err() - read the energy efficient ethernet error
* counter
* @pl: a pointer to a &struct phylink returned from phylink_create().
*