]> git.neil.brown.name Git - history.git/commit
[PATCH] sparse: misc cleanups
authorAlexander Viro <viro@www.linux.org.uk>
Fri, 30 Jul 2004 15:49:36 +0000 (08:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 30 Jul 2004 15:49:36 +0000 (08:49 -0700)
commita6c1323128246e9d5067865db44ab7f64e9cce15
tree0d704c59ce88c2d79511db405e877649064ccc94
parent6bd51af907a2e57285087f7e18b7b4abbf97f870
[PATCH] sparse: misc cleanups

all sorts of minor stuff - basically, all chunks are independent here,
but IMO that one is not worth splitting.  Contains:
* pmac_cpufreq.c: declaration in the middle of a block.
* sys_ia32.c: couple of trivial annotations.
* ipmi_si_intf.c: should be using asm/irq.h instead of linux/irq.h
* synclink_cs.c: assignment-in-conditional with nobody ever looking
at the variable we are assigning to afterwards; variable removed.
* sbni.c: s/__volatile/__volatile__
* matroxfb_base.h: got rid of ((u32 *)p)++
* asm-ppc/checksum.h and asm-sparc64/floppy.h: NULL noise removal
* amd64 compat.h: missing L in long constant.
* mtd-abi.h: annotated ioctl structure
* sysctl.c: corrected annotations in extern

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 files changed:
arch/ppc/platforms/pmac_cpufreq.c
arch/x86_64/ia32/sys_ia32.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/char/pcmcia/synclink_cs.c
drivers/net/wan/sbni.c
drivers/video/matrox/matroxfb_base.h
fs/binfmt_elf.c
include/asm-ppc/checksum.h
include/asm-sparc64/floppy.h
include/asm-x86_64/compat.h
include/mtd/mtd-abi.h
kernel/sysctl.c