ethtool: minor doc update
authorDavid Decotigny <decot@googlers.com>
Mon, 21 Mar 2016 17:15:34 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Mar 2016 19:45:44 +0000 (15:45 -0400)
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>
include/uapi/linux/ethtool.h

index 2835b07..9222db8 100644 (file)
@@ -1648,9 +1648,9 @@ enum ethtool_reset_flags {
  *     %ETHTOOL_GLINKSETTINGS: on entry, number of words passed by user
  *     (>= 0); on return, if handshake in progress, negative if
  *     request size unsupported by kernel: absolute value indicates
- *     kernel recommended size and cmd field is 0, as well as all the
- *     other fields; otherwise (handshake completed), strictly
- *     positive to indicate size used by kernel and cmd field is
+ *     kernel expected size and all the other fields but cmd
+ *     are 0; otherwise (handshake completed), strictly positive
+ *     to indicate size used by kernel and cmd field stays
  *     %ETHTOOL_GLINKSETTINGS, all other fields populated by driver. For
  *     %ETHTOOL_SLINKSETTINGS: must be valid on entry, ie. a positive
  *     value returned previously by %ETHTOOL_GLINKSETTINGS, otherwise