Skip to content

Commit

Permalink
net/atm/mpc.c: checkpatch cleanups
Browse files Browse the repository at this point in the history
Convert #include <asm... to #include <linux...
Add printk argument verification to dprintk and ddprintk
Spacing cleanups
Mostly 80 column wrapped.
printk->pr_info and pr_cont
Moved labels to column 1
Move trailing statements to new lines
switch/case cleanups
	remove unnecessary breaks after returns
Remove unnecessary braces around single line statements

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
JoePerches authored and davem330 committed Jan 27, 2010
1 parent c48192a commit 5710044
Showing 1 changed file with 252 additions and 193 deletions.
Loading

0 comments on commit 5710044

Please sign in to comment.