From: Florian Fainelli Date: Tue, 6 Apr 2010 22:09:06 +0000 (+0000) Subject: au1000-eth: fix checkpatch errors. X-Git-Tag: v2.6.35-rc1~473^2~553 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc3c6b1bc2d68ddb003a94f7313999f7984735f;p=pandora-kernel.git au1000-eth: fix checkpatch errors. This patch fixes multiple errors reported by checkpatch: - else not on the ending brace of an if { } - multiple occurences of for( instead of for ( - c99 comments - assignment and tests on the same line - test and statements on the same line - macro with complex value not between parenthesis - static variable with initialization value No functionnal change. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed