From: Jakub Kicinski Date: Wed, 7 Apr 2021 00:23:59 +0000 (-0700) Subject: ethtool: document PHY tunable callbacks X-Git-Tag: x86_urgent_for_v5.13_rc1~48^2~222 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=56f15e2cb1f77fbcf9df38de7e5dcb4b37070196;p=users%2Fdwmw2%2Flinux.git ethtool: document PHY tunable callbacks Add missing kdoc for phy tunable callbacks. Signed-off-by: Jakub Kicinski Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 3583f7fc075c0..5c631a2989941 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -410,6 +410,8 @@ struct ethtool_pause_stats { * @get_ethtool_phy_stats: Return extended statistics about the PHY device. * This is only useful if the device maintains PHY statistics and * cannot use the standard PHY library helpers. + * @get_phy_tunable: Read the value of a PHY tunable. + * @set_phy_tunable: Set the value of a PHY tunable. * * All operations are optional (i.e. the function pointer may be set * to %NULL) and callers must take this into account. Callers must