Re: [PATCH] perf/core: Move the inline keyword at the beginning of function declaration

2018-06-22 Thread Mathieu Malaterre
ping ? On Thu, Mar 8, 2018 at 9:29 PM Mathieu Malaterre wrote: > > The inline keyword was not at the beginning of the function declaration. > Fix the following warning (reported at W=1) > > CC kernel/events/ring_buffer.o > kernel/events/ring_buffer.c:105:1: warning: ‘inline’ is not at

Re: [PATCH] perf/core: Move the inline keyword at the beginning of function declaration

2018-06-22 Thread Mathieu Malaterre
ping ? On Thu, Mar 8, 2018 at 9:29 PM Mathieu Malaterre wrote: > > The inline keyword was not at the beginning of the function declaration. > Fix the following warning (reported at W=1) > > CC kernel/events/ring_buffer.o > kernel/events/ring_buffer.c:105:1: warning: ‘inline’ is not at