OSDN Git Service

x86/cpuid: Switch to 'static const' specifier
authorRalf Ramsauer <ralf.ramsauer@oth-regensburg.de>
Wed, 7 Mar 2018 16:07:34 +0000 (17:07 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Mar 2018 11:23:42 +0000 (12:23 +0100)
commit52586b089cc12d4878e56ee98a4d110fa801758a
tree13f9db334e85231ecaba5001c07f67bbf1fc1a9f
parent1b88accf6a659c46d5c8e68912896f112bf882bb
x86/cpuid: Switch to 'static const' specifier

This is the only spot where the 'const static' specifier is used;
everywhere else 'static const' is preferred, as static should be the
first specifier.

This is just a cosmetic fix that aligns this, no functional change.

Signed-off-by: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Gayatri Kammela <gayatri.kammela@intel.com>
Link: https://lkml.kernel.org/r/20180307160734.6691-1-ralf.ramsauer@oth-regensburg.de
arch/x86/kernel/cpu/cpuid-deps.c