diff options
author | Joe Perches <joe@perches.com> | 2012-05-18 16:56:29 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-19 07:48:07 +0400 |
commit | ca034bcdb1786b0bfbe949c1575f8175d05325ce (patch) | |
tree | f37c2bdc2403cf350fb753dbda4ded471f1c8d3b /net/decnet/dn_table.c | |
parent | dd92b9ade4390783fdb64eec92dc5150a918e9a6 (diff) | |
download | linux-ca034bcdb1786b0bfbe949c1575f8175d05325ce.tar.xz |
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 'net/decnet/dn_table.c')
0 files changed, 0 insertions, 0 deletions