diff options
author | Chihau Chau <chihau@gmail.com> | 2010-04-19 13:02:41 (GMT) |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-04-19 13:02:41 (GMT) |
commit | 99700716a9b2e117fd50c6d3f1fd5edeef6dc6d2 (patch) | |
tree | cc937985a3ca6f8f2450431595e31ce815aa421a /fs/devpts | |
parent | 750052dd2400cd09e0864d75b63c2c0bf605056f (diff) | |
download | linux-fsl-qoriq-99700716a9b2e117fd50c6d3f1fd5edeef6dc6d2.tar.xz |
crypto: geode-aes - Fix some code style issues
This fixes some code style issues like:
- Use #include <linux/io.h> instead of <asm/io.h> and #include
<linux/delay.h> instead of <asm/delay.h>
- 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 <chihau@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'fs/devpts')
0 files changed, 0 insertions, 0 deletions