diff options
author | Mathieu Malaterre <malat@debian.org> | 2018-03-08 21:28:56 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-06-22 11:07:47 +0200 |
commit | 57d6a7938a8fc6cee8420b40ca244220b41721f5 (patch) | |
tree | 38615ee173a2f541b3aebaa12c77107c5e889082 /tools/perf/util/map.c | |
parent | 90718e32e1dcc2479acfa208ccfc6442850b594c (diff) | |
download | op-kernel-dev-57d6a7938a8fc6cee8420b40ca244220b41721f5.zip op-kernel-dev-57d6a7938a8fc6cee8420b40ca244220b41721f5.tar.gz |
perf/core: Move the inline keyword at the beginning of the function declaration
When building perf with W=1 the following warning triggers:
CC kernel/events/ring_buffer.o
kernel/events/ring_buffer.c:105:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
static bool __always_inline
^~~~~~
...
Move the inline keyword to the beginning of the function declaration.
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: trival@kernel.org
Link: http://lkml.kernel.org/r/20180308202856.9378-1-malat@debian.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/map.c')
0 files changed, 0 insertions, 0 deletions