From: Grant Grundler Date: Tue, 4 Oct 2011 09:55:18 +0000 (+0000) Subject: NET: white space/coding style cleanup of asix driver X-Git-Tag: v3.2-rc1~129^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e1b91845403f6322284a6e74581cc47d57de9f;p=pandora-kernel.git NET: white space/coding style cleanup of asix driver check patch was complaining...mostly replaced: if ((ret = asix_foo(xx)) < 0) ... with ret = asix_foo(xx); if (ret < 0) ... Signed-off-by: Grant Grundler Signed-off-by: David S. Miller --- Reading git-diff-tree failed