From: Jakub Kicinski Date: Thu, 25 Mar 2021 01:11:56 +0000 (-0700) Subject: ethtool: fec: remove long structure description X-Git-Tag: v5.15~1236^2~397^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=408386817a9d32c88c9ac528749e9999d0e3f6a1;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 1433d62..36bf435 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;