[PATCH] x86/cpuid: Switch to 'static const' specifier

2018-03-07 Thread Ralf Ramsauer
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 ---

[PATCH] x86/cpuid: Switch to 'static const' specifier

2018-03-07 Thread Ralf Ramsauer
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 --- arch/x86/kernel/cpu/cpuid-deps.c | 2 +-