diff options
author | David Decotigny <decot@googlers.com> | 2016-03-21 13:15:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-22 15:45:44 -0400 |
commit | 5f2d472450c94402627f54b603d271076f3f97c2 (patch) | |
tree | b203c40bc68536e4fdd69c327c5be8f587eb480e | |
parent | 3ba9d300c925d89914d15beff2180064ac7ee6f6 (diff) |
ethtool: minor doc update
Updates: commit 793cf87de9d1 ("ethtool: Set cmd field in
ETHTOOL_GLINKSETTINGS response to wrong nwords")
Signed-off-by: David Decotigny <decot@googlers.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/uapi/linux/ethtool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 2835b07416b7..9222db8ccccc 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h | |||
@@ -1648,9 +1648,9 @@ enum ethtool_reset_flags { | |||
1648 | * %ETHTOOL_GLINKSETTINGS: on entry, number of words passed by user | 1648 | * %ETHTOOL_GLINKSETTINGS: on entry, number of words passed by user |
1649 | * (>= 0); on return, if handshake in progress, negative if | 1649 | * (>= 0); on return, if handshake in progress, negative if |
1650 | * request size unsupported by kernel: absolute value indicates | 1650 | * request size unsupported by kernel: absolute value indicates |
1651 | * kernel recommended size and cmd field is 0, as well as all the | 1651 | * kernel expected size and all the other fields but cmd |
1652 | * other fields; otherwise (handshake completed), strictly | 1652 | * are 0; otherwise (handshake completed), strictly positive |
1653 | * positive to indicate size used by kernel and cmd field is | 1653 | * to indicate size used by kernel and cmd field stays |
1654 | * %ETHTOOL_GLINKSETTINGS, all other fields populated by driver. For | 1654 | * %ETHTOOL_GLINKSETTINGS, all other fields populated by driver. For |
1655 | * %ETHTOOL_SLINKSETTINGS: must be valid on entry, ie. a positive | 1655 | * %ETHTOOL_SLINKSETTINGS: must be valid on entry, ie. a positive |
1656 | * value returned previously by %ETHTOOL_GLINKSETTINGS, otherwise | 1656 | * value returned previously by %ETHTOOL_GLINKSETTINGS, otherwise |