]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] clean up inline static vs static inline
authorJesper Juhl <juhl@dif.dk>
Wed, 27 Jul 2005 18:46:09 +0000 (11:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:26:20 +0000 (16:26 -0700)
commit77933d7276ee8fa0e2947641941a6f7a100a327b
treee3a42724642410f5257c794a71b34642092eedd5
parent03e259a9cdbd0583e71468293aaa1ccadbdaeff1
[PATCH] clean up inline static vs static inline

`gcc -W' likes to complain if the static keyword is not at the beginning of
the declaration.  This patch fixes all remaining occurrences of "inline
static" up with "static inline" in the entire kernel tree (140 occurrences in
47 files).

While making this change I came across a few lines with trailing whitespace
that I also fixed up, I have also added or removed a blank line or two here
and there, but there are no functional changes in the patch.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
46 files changed:
crypto/aes.c
drivers/cdrom/optcd.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/ide/pci/cmd640.c
drivers/isdn/hisax/avm_a1.c
drivers/isdn/hisax/isdnl2.c
drivers/isdn/hisax/teles3.c
drivers/md/md.c
drivers/media/radio/radio-maestro.c
drivers/media/radio/radio-maxiradio.c
drivers/mmc/wbsd.c
drivers/net/3c505.c
drivers/net/plip.c
drivers/net/via-velocity.h
drivers/net/wireless/airo.c
drivers/oprofile/cpu_buffer.c
drivers/s390/cio/qdio.c
drivers/s390/net/qeth.h
drivers/scsi/dc395x.c
drivers/scsi/fdomain.c
drivers/usb/image/microtek.c
drivers/video/pm2fb.c
fs/reiserfs/journal.c
include/sound/vx_core.h
kernel/time.c
net/core/pktgen.c
sound/core/seq/oss/seq_oss_device.h
sound/core/seq/seq_memory.c
sound/core/seq/seq_midi_event.c
sound/drivers/serial-u16550.c
sound/isa/sb/emu8000_patch.c
sound/oss/dmasound/dmasound_awacs.c
sound/pci/cmipci.c
sound/pci/cs4281.c
sound/pci/emu10k1/memory.c
sound/pci/es1968.c
sound/pci/maestro3.c
sound/pci/nm256/nm256.c
sound/pci/trident/trident_main.c
sound/pci/trident/trident_memory.c
sound/pci/vx222/vx222_ops.c
sound/pcmcia/vx/vxp_ops.c
sound/ppc/burgundy.c
sound/ppc/pmac.c
sound/usb/usbaudio.c
sound/usb/usbmixer.c