Skip to content

Commit

Permalink
cirrus: cs89x0: Code neatening
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed May 19, 2012
1 parent dd92b9a commit ca034bc
Showing 1 changed file with 272 additions and 180 deletions.
Loading

0 comments on commit ca034bc

Please sign in to comment.