1
0
Fork 0
alistair23-linux/drivers/oprofile
Jesper Juhl 77933d7276 [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>
2005-07-27 16:26:20 -07:00
..
buffer_sync.c [PATCH] oprofile: report anonymous region samples 2005-06-24 00:06:27 -07:00
buffer_sync.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu_buffer.c [PATCH] clean up inline static vs static inline 2005-07-27 16:26:20 -07:00
cpu_buffer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
event_buffer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
event_buffer.h [PATCH] oprofile: report anonymous region samples 2005-06-24 00:06:27 -07:00
oprof.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oprof.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oprofile_files.c [PATCH] oprofile trivial user annotations 2005-04-26 07:43:42 -07:00
oprofile_stats.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oprofile_stats.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oprofilefs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timer_int.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00