commit | 36504605432996590f889e33d47e2d9c581f7569 | [log] [tgz] |
---|---|---|
author | David Decotigny <decot@google.com> | Wed Apr 27 18:32:37 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 29 14:01:29 2011 -0700 |
tree | 3bf2de6d3e789fe8eb1b9ced0d796861b0310175 | |
parent | 7e610caaa5b32d3be9216f040f178e4a23b678b2 [diff] |
ethtool: cosmetics: enforce const-ness in ethtool_cmd_speed The 'ep' argument of ethtool_cmd_speed is not altered: advertise it in protoype. +Indentation fix. Also add comments to advise using the ethtool_cmd_speed API to get/set the link speed. Signed-off-by: David Decotigny <decot@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>