• Alexander Viro's avatar
    [PATCH] sparse: bits and pieces · 4d306504
    Alexander Viro authored
    Independent minor bits caught by sparse:
    
     - paride.h mixing void and int in ? :, used always in a void context
       ide-iops.c return insw() - insw is void()
     - scsi/constants.c uses undefined macros in #if; added #define to 0 in
       case that used to leave it undefined
     - usb/host/hcd.h: fixed-point arithmetics in constant
     - fs/exec.c: missing UL on a large constant
     - fs/locks.c: #if where #ifdef should've been
     - fs.h: missing UL on MAX_LFS_FILESIZE in 64bit case
    4d306504
locks.c 50.3 KB