]> git.baikalelectronics.ru Git - kernel.git/commit
cpu/hotplug: Move inline keyword at the beginning of declaration
authorMathieu Malaterre <malat@debian.org>
Tue, 26 Dec 2017 14:08:53 +0000 (15:08 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Dec 2017 18:41:04 +0000 (19:41 +0100)
commitb82b52616ab98508647e3af1c628174cef999ec4
tree2084701fbe35ccf84c4a359d4e3b736ba752b265
parenta85df11d10d9435e18a6003a36e2e116708e35d3
cpu/hotplug: Move inline keyword at the beginning of declaration

Fix non-fatal warnings such as:

kernel/cpu.c:95:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
 static void inline cpuhp_lock_release(bool bringup) { }
 ^~~~~~

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Link: https://lkml.kernel.org/r/20171226140855.16583-1-malat@debian.org
kernel/cpu.c