From: Roland Dreier Date: Thu, 11 Feb 2010 20:14:23 +0000 (-0800) Subject: ethtool: Use explicit designated initializers for .cmd X-Git-Tag: v2.6.34-rc1~233^2~380 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e5574211d96c0552f84c757718475fdb4021be7;p=pandora-kernel.git ethtool: Use explicit designated initializers for .cmd 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed