From: Chihau Chau Date: Mon, 19 Apr 2010 13:02:41 +0000 (+0800) Subject: crypto: geode-aes - Fix some code style issues X-Git-Tag: v2.6.35-rc1~446^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99700716a9b2e117fd50c6d3f1fd5edeef6dc6d2;p=pandora-kernel.git crypto: geode-aes - Fix some code style issues This fixes some code style issues like: - Use #include instead of and #include instead of - Use "foo *bar" instead of "foo * bar" - Add a space after the for or while sentence and before the open parenthesis '(' - Don't use assignments in a if condition Signed-off-by: Chihau Chau Signed-off-by: Herbert Xu --- Reading git-diff-tree failed