ethtool: cosmetics: enforce const-ness in ethtool_cmd_speed
authorDavid Decotigny <decot@google.com>
Wed, 27 Apr 2011 18:32:37 +0000 (18:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 21:01:29 +0000 (14:01 -0700)
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>

No differences found