commit | a8147d737bd37bd51bb01737ac9c17a2cfc02a38 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Jan 26 11:40:06 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 26 21:15:59 2010 -0800 |
tree | dcdfccc62918b176e1c3a6dc4d8820651a8de200 | |
parent | e956ea1b7de1df5ae4d6dc3e7460ed9e140803cd [diff] |
net/atm/common.c: checkpatch cleanups Convert #include <asm... to #include <linux... Move EXPORT_SYMBOL Spacing cleanups Use __func__ in printks Indent switch/case statements Move trailing statements to new line Hoist assigns from if tests Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>