ethtool: Use explicit designated initializers for .cmd
authorRoland Dreier <rolandd@cisco.com>
Thu, 11 Feb 2010 20:14:23 +0000 (12:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2010 20:14:23 +0000 (12:14 -0800)
Initialize the .cmd member of various ethtool using a designated struct
initializer rather.  This makes things a teeny bit more robust, although
the chance of a struct layout changing is extremely remote, and also
makes the code a little easier to read.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found