Re: [PATCH v6 21/90] x86/cpuid: Split parser tables and add vendor-qualified parsing

"Ahmed S. Darwish" <[email protected]> Wed, 29 Apr 2026 12:04:55 +0200
Newsgroups dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel
Message-ID <afHXx3Cmd7jlva4Z@lx-t490>
On Wed, 15 Apr 2026, Maciej Wieczor-Retman wrote:
>
> Isn't the general kernel coding style to put these multiline defines in curly
> brackets? Then they're not needed when assigning the macro to a variable:
>
> 	-static const struct cpuid_parse_entry cpuid_parse_entries[] = {
> 	-	CPUID_PARSE_ENTRIES
> 	+static const struct cpuid_parse_entry cpuid_early_entries[] = CPUID_EARLY_ENTRIES
>

That looks better; will do.