projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d731bb
)
ia64: move inline before return type
author
Joe Perches
<joe@perches.com>
Wed, 12 Jul 2017 21:37:16 +0000
(14:37 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 Jul 2017 23:26:04 +0000
(16:26 -0700)
Make the use of inline like the rest of the kernel.
Link:
http://lkml.kernel.org/r/d47074493af80ce12590340294bc49618165c30d.1499284835.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/mca.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/mca.c
b/arch/ia64/kernel/mca.c
index 79c7c46d7dc175eaef91528c50cc70d16c750b6a..555b11180156086bd394389b1036bac8e5be995b 100644
(file)
--- 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())