Skip to content

Commit

Permalink
net/atm/lec.c: checkpatch cleanups
Browse files Browse the repository at this point in the history
Convert #include <asm... to #include <linux...
Mostly 80 column wrapped.
Spacing cleanups
Convert printks to pr_<level>
Use print_hex_dump
Move embedded assigns out of tests
Move trailing statements to new lines
Remove unnecessary braces around single line statements
switch/case cleanups
Removed paren around returns
Use %pM
Moved leading continuation logical tests to end of previous line

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 Jan 27, 2010
1 parent 5ff7ef7 commit c48192a
Showing 1 changed file with 136 additions and 148 deletions.
Loading

0 comments on commit c48192a

Please sign in to comment.