aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-04-06 17:28:25 -0700
committerDavid S. Miller <davem@davemloft.net>2021-04-07 14:22:49 -0700
commitf0ebc2b6b7df7716749445cda26734b3826a48cf (patch)
tree1430b6123a39135f20a71edd5f23d717f5c36432 /include/linux/ethtool.h
parentnet/rds: Avoid potential use after free in rds_send_remove_from_sock (diff)
downloadlinux-dev-f0ebc2b6b7df7716749445cda26734b3826a48cf.tar.xz
linux-dev-f0ebc2b6b7df7716749445cda26734b3826a48cf.zip
ethtool: un-kdocify extended link state
Extended link state structures and enums use kdoc headers but then do not describe any of the members. Convert to normal comments. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index ec4cd3921c67..a2b1a21ee7fd 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -87,9 +87,7 @@ u32 ethtool_op_get_link(struct net_device *dev);
int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *eti);
-/**
- * struct ethtool_link_ext_state_info - link extended state and substate.
- */
+/* Link extended state and substate. */
struct ethtool_link_ext_state_info {
enum ethtool_link_ext_state link_ext_state;
union {