Skip to content
  • Joe Perches's avatar
    net/atm/lec.c: checkpatch cleanups · c48192a7
    Joe Perches authored
    
    
    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: default avatarJoe Perches <joe@perches.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c48192a7