diff options
| author | 2012-05-18 12:56:29 +0000 | |
|---|---|---|
| committer | 2012-05-18 23:48:07 -0400 | |
| commit | ca034bcdb1786b0bfbe949c1575f8175d05325ce (patch) | |
| tree | f37c2bdc2403cf350fb753dbda4ded471f1c8d3b /kernel | |
| parent | cirrus: cs89x0: Convert printks to pr_<level> (diff) | |
cirrus: cs89x0: Code neatening
Just some stylings.
Use #include <linux... not #include <asm...
Convert a test and print to a printk_once.
Combine an "if (foo) { if (bar) {" to single "if (foo && bar) {"
to save an indent level.
Convert single line "if (foo) bar;" to multiple lines.
Move some braces.
Align some long lines a bit better.
Long lines and printks with KERN_ checkpatch complaints
still exist.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
