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.