git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
750052d
)
crypto: geode-aes - Fix some code style issues
author
Chihau Chau
<chihau@gmail.com>
Mon, 19 Apr 2010 13:02:41 +0000
(21:02 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 19 Apr 2010 13:02:41 +0000
(21:02 +0800)
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>
drivers/crypto/geode-aes.c
patch
|
blob
|
history
diff --cc
drivers/crypto/geode-aes.c
Simple merge