[PATCH] sparse: bits and pieces
commit4d3065044f1794a24a8170b0241f08d718b0ecc2
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Sat, 29 May 2004 09:18:12 +0000 (29 02:18 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 09:18:12 +0000 (29 02:18 -0700)
treefa56c9bd4276af579cd58b3d7b47fb7d214862ab
parent8d6ded5f8ef43dac2c8dde565469c780a2087aa2
[PATCH] sparse: bits and pieces

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
drivers/block/paride/paride.h
drivers/ide/ide-iops.c
drivers/scsi/constants.c
drivers/usb/core/hcd.h
fs/exec.c
fs/locks.c
include/linux/fs.h