From: Dan Williams Date: Wed, 23 Feb 2011 08:14:06 +0000 (-0800) Subject: isci: phy state machine cleanup step1 X-Git-Tag: v3.0-rc6~1^2~1^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f31550c77849250ec49d1509b6bb63b4ddc59e4;p=pandora-kernel.git isci: phy state machine cleanup step1 c99 the struct initializers: 1/ allows grep to consistently show method name associations. The naming is mostly consistent (except when it isn't) so this guarantees coverage of present and future exception cases. 2/ let's the compiler guarantee that the state table array entry correlates with an actual state name and detect accidental reordering or deletion of states. / allows default handler's to be identified easily Signed-off-by: Jacek Danecki Signed-off-by: Dan Williams --- Reading git-diff-tree failed