Re: [PATCH V2 1/2] cpumask: Fix kernel-doc formatting errors in cpumask.h
From: Viresh Kumar
Date: Mon Mar 17 2025 - 04:53:46 EST
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