Home
last modified time | relevance | path

Searched hist:c48192a7075fb218d92810fbe76ddd8732f2bbb8 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/atm/
H A Dlec.cdiff c48192a7075fb218d92810fbe76ddd8732f2bbb8 Tue Jan 26 05:40:08 CST 2010 Joe Perches <joe@perches.com> net/atm/lec.c: checkpatch cleanups

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>