]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/32: Move the inline keyword at the beginning of function declaration
authorMathieu Malaterre <malat@debian.org>
Sun, 25 Feb 2018 17:22:17 +0000 (18:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:50:33 +0000 (15:50 +1100)
commitb125eede78484cef33fc8cd6d7d0abff40f8f0dc
tree8e8e922d89e3ec861ce94359b66fdaec64e70e22
parent08d3455f8bb796995ea5b5692faece5e985009ea
powerpc/32: Move the inline keyword at the beginning of function declaration

The inline keyword was not at the beginning of the function declaration.
Fix the following warning (treated as error in W=1):

  arch/powerpc/lib/sstep.c:283:1: error: ‘inline’ is not at beginning of declaration
   static int nokprobe_inline copy_mem_in(u8 *dest, unsigned long ea, int nb,
  arch/powerpc/lib/sstep.c:388:1: error: ‘inline’ is not at beginning of declaration
   static int nokprobe_inline copy_mem_out(u8 *dest, unsigned long ea, int nb,

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/lib/sstep.c