[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250317085336.tlmuvpq663m4krkb@vireshk-i7>
Date: Mon, 17 Mar 2025 14:23:36 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Rasmus Villemoes <linux@...musvillemoes.dk>,
Yury Norov <yury.norov@...il.com>,
Vincent Guittot <vincent.guittot@...aro.org>,
Akira Yokosawa <akiyks@...il.com>, linux-doc@...r.kernel.org,
Jonathan Corbet <corbet@....net>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2 1/2] cpumask: Fix kernel-doc formatting errors in
cpumask.h
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 *@...p1 & *@...p2
>
> 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
Powered by blists - more mailing lists