On 10-03-25, 15:53, Mauro Carvalho Chehab wrote: > > /** > > - * cpumask_first_and - return the first cpu from *srcp1 & *srcp2 > > + * cpumask_first_and - return the first cpu from *@srcp1 & *@srcp2 > > I don't think this would produce the right output. See my other comment. I see. I was only looking at the html output earlier and that was showing up correctly. return the first cpu from *srcp1 & *srcp2 Tried with "scripts/kernel-doc -rst" now and it does show return the first cpu from ***srcp1** & ***srcp2** -- viresh