On Tue, Mar 12, 2019 at 04:52:37PM -0700, Dave Hansen wrote: > 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. OK. I will not add the function in kerneldoc. Thanks. -Fenghua