[PATCH 06/18] ia64: Move inline before return type

From: Joe Perches
Date: Wed Jul 05 2017 - 16:02:58 EST


Make the use of inline like the rest of the kernel.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
arch/ia64/kernel/mca.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c
index 79c7c46d7dc1..555b11180156 100644
--- a/arch/ia64/kernel/mca.c
+++ b/arch/ia64/kernel/mca.c
@@ -334,7 +334,7 @@ static void ia64_mlogbuf_dump_from_init(void)
ia64_mlogbuf_dump();
}

-static void inline
+static inline void
ia64_mca_spin(const char *func)
{
if (monarch_cpu == smp_processor_id())
--
2.10.0.rc2.1.g053435c