• Johannes Stezenbach's avatar
    [PATCH] DVB whitespace cleanup · ea8924f7
    Johannes Stezenbach authored
    This is the DVB whitespace cleanup patch (the big one ;-).
    
    I checked the whitespace-onlyness:
    
    linux-2.6.11-bk9$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size >/tmp/1
    linux-2.6.11-bk9$ cd -
    linux-2.6.11-bk9.patched
    linux-2.6.11-bk9.patched$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size >/tmp/2
    linux-2.6.11-bk9.patched$ less /tmp/1
    linux-2.6.11-bk9.patched$ less /tmp/2
    linux-2.6.11-bk9.patched$ diff -us /tmp/1 /tmp/2
    Files /tmp/1 and /tmp/2 are identical
    
    DVB whitespace cleanups:
    
     o sync kernel and linuxtv.org CVS wrt whitespace
     o repair indentation damage
     o remove whitespace at eol
    Signed-off-by: default avatarJohannes Stezenbach <js@linuxtv.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    ea8924f7
av7110.h 6.41 KB