Re: [PATCH v5 07/18] x86/split_lock: Enumerate #AC for split lock by MSR IA32_CORE_CAPABILITY

From: Dave Hansen
Date: Tue Mar 12 2019 - 19:52:40 EST


On 3/12/19 4:00 PM, Fenghua Yu wrote:
> +/**
> + * set_cpu_core_cap_bits - enumerate features supported in IA32_CORE_CAPABILITY
> + * @c: pointer to cpuinfo_x86
> + *
> + * Return: void
> + */
> +void __init cpu_set_core_cap_bits(struct cpuinfo_x86 *c)

I think this is kerneldoc overkill. It just wastes space and adds no
value here.