Re: [PATCH 08/18] m68k: coldfire: Move inline before return type

2017-07-05 Thread Greg Ungerer
On 06/07/17 06:02, Joe Perches wrote: > Make the code like the rest of the kernel. > > Signed-off-by: Joe Perches Acked-by: Greg Ungerer > --- > arch/m68k/coldfire/intc-simr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH 08/18] m68k: coldfire: Move inline before return type

2017-07-05 Thread Greg Ungerer
On 06/07/17 06:02, Joe Perches wrote: > Make the code like the rest of the kernel. > > Signed-off-by: Joe Perches Acked-by: Greg Ungerer > --- > arch/m68k/coldfire/intc-simr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/m68k/coldfire/intc-simr.c

[PATCH 08/18] m68k: coldfire: Move inline before return type

2017-07-05 Thread Joe Perches
Make the code like the rest of the kernel. Signed-off-by: Joe Perches --- arch/m68k/coldfire/intc-simr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m68k/coldfire/intc-simr.c b/arch/m68k/coldfire/intc-simr.c index 7cf2c156f72d..15c4b7a6e38f

[PATCH 08/18] m68k: coldfire: Move inline before return type

2017-07-05 Thread Joe Perches
Make the code like the rest of the kernel. Signed-off-by: Joe Perches --- arch/m68k/coldfire/intc-simr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/m68k/coldfire/intc-simr.c b/arch/m68k/coldfire/intc-simr.c index 7cf2c156f72d..15c4b7a6e38f 100644 ---