Re: [PATCH] Crypto: geode-aes: Fix some code style issues

2010-04-19 Thread Herbert Xu
On Thu, Apr 15, 2010 at 05:17:59PM +, Chihau Chau wrote: > From: Chihau Chau > > This fixes some code style issues like: Applied. Thanks! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana

Re: [PATCH] Crypto: geode-aes: Fix some code style issues

2010-04-16 Thread Sebastian Andrzej Siewior
* Chihau Chau | 2010-04-15 13:17:59 [-0400]: >From: Chihau Chau > >This fixes some code style issues like: looks good Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ke

Re: [PATCH] Crypto: geode-aes: Fix some code style issues

2010-04-15 Thread Andres Salomon
On Thu, 15 Apr 2010 13:17:59 -0400 Chihau Chau wrote: > From: Chihau Chau > > 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 ope

[PATCH] Crypto: geode-aes: Fix some code style issues

2010-04-15 Thread Chihau Chau
From: Chihau Chau 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-b