OSDN Git Service

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)
commit76dc6c097d581ad8eeedf8e1a000423a3d742445
tree2084701fbe35ccf84c4a359d4e3b736ba752b265
parentbeacbc68ac3e23821a681adb30b45dc55b17488d
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