diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-03-25 02:11:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-26 00:46:53 +0100 |
commit | 408386817a9d32c88c9ac528749e9999d0e3f6a1 (patch) | |
tree | f174931d176d087407d819eb3724acf2108af77f /include/uapi | |
parent | ethtool: fec: fix typo in kdoc (diff) | |
download | linux-408386817a9d32c88c9ac528749e9999d0e3f6a1.tar.xz linux-408386817a9d32c88c9ac528749e9999d0e3f6a1.zip |
ethtool: fec: remove long structure description
Digging through the mailing list archive @autoneg was part
of the first version of the RFC, this left over comment was
pointed out twice in review but wasn't removed.
The sentence is an exact copy-paste from pauseparam.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/ethtool.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 1433d6278018..36bf435d232c 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -1381,10 +1381,6 @@ struct ethtool_per_queue_op { * @active_fec: FEC mode which is active on the port * @fec: Bitmask of supported/configured FEC modes * @rsvd: Reserved for future extensions. i.e FEC bypass feature. - * - * Drivers should reject a non-zero setting of @autoneg when - * autoneogotiation is disabled (or not supported) for the link. - * */ struct ethtool_fecparam { __u32 cmd; |