lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<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

Powered by Openwall GNU/*/Linux Powered by OpenVZ