• Joe Perches's avatar
    drivers/net/qla3xxx.c: Checkpatch cleanups · d7f61777
    Joe Perches authored
    Remove typedefs
    Indentation and spacing
    Use a temporary for a very long pointer variable
    More 80 column compatible
    Convert a switch to if/else if
    
    Compile tested only, depends on patch "Update logging message style"
    
    (old)
    $ scripts/checkpatch.pl -f drivers/net/qla3xxx.c | grep "^total:"
    total: 209 errors, 82 warnings, 3995 lines checked
    
    (new)
    $ scripts/checkpatch.pl -f drivers/net/qla3xxx.c | grep "^total:"
    total: 2 errors, 0 warnings, 3970 lines checked
    
    $ size drivers/net/qla3xxx.o.*
       text	   data	    bss	    dec	    hex	filename
      50413     212   13864   64489    fbe9 drivers/net/qla3xxx.o.old
      49959	    212	  13728	  63899	   f99b	drivers/net/qla3xxx.o.new
    Signed-off-by: default avatarJoe Perches <joe@perches.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    d7f61777
qla3xxx.c 102 KB