net/atm/mpoa_proc.c: checkpatch cleanups
authorJoe Perches <joe@perches.com>
Tue, 26 Jan 2010 11:40:11 +0000 (11:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jan 2010 05:16:01 +0000 (21:16 -0800)
commitf1e100491e0e696b19f37f2b0cf728a5f2bc56e7
tree69f2ed2e4eab1dfac4bae180e84a6e647f9adaaa
parentbee67d34b2dd495feafb1a37b5ea2d6179b74178
net/atm/mpoa_proc.c: checkpatch cleanups

Convert #include <asm... to #include <linux...
Add printk argument verification to dprintk and ddprintk
Spacing cleanups
Mostly 80 column wrapped.
Removed unnecessary breaks after returns
Use %pI4 in seq_printf of IP address

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/mpoa_proc.c