* Mathieu Malaterre <[email protected]> wrote:
> Fix non-fatal warnings such as:
>
> kernel/events/ring_buffer.c:116:1: warning: ‘inline’ is not at beginning of
> declaration [-Wold-style-declaration]
> static int __always_inline
> ^~~~~~
>
> Signed-off-by: Mathieu Malaterre <[email protected]>
> ---
> kernel/events/ring_buffer.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Hm, never saw this warning before - is this a newly default GCC warning, or
some
distro CFLAGS build that enables it?
Thanks,
Ingo