Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1681759 > unrolled thread

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

Started byJoe Perches <joe@perches.com>
First post2017-07-05 22:10 +0200
Last post2017-07-05 22:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 06/18] ia64: Move inline before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200

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

FromJoe Perches <joe@perches.com>
Date2017-07-05 22:10 +0200
Subject[PATCH 06/18] ia64: Move inline before return type
Message-ID<tZYMy-2CG-23@gated-at.bofh.it>
Make the use of inline like the rest of the kernel.

Signed-off-by: Joe Perches <joe@perches.com>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web