diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-04-07 03:28:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-08 00:22:49 +0300 |
commit | f0ebc2b6b7df7716749445cda26734b3826a48cf (patch) | |
tree | 1430b6123a39135f20a71edd5f23d717f5c36432 /include/linux/ethtool.h | |
parent | 0c85a7e87465f2d4cbc768e245f4f45b2f299b05 (diff) | |
download | linux-f0ebc2b6b7df7716749445cda26734b3826a48cf.tar.xz |
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.h | 4 |
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 { |