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] [day] [month] [year] [list]
Message-ID: <670091f4-0187-4350-939a-bd0040e5edd7@linux.ibm.com>
Date: Tue, 30 Dec 2025 16:29:55 -0600
From: Jimmy Brisson <jbrisson@...ux.ibm.com>
To: Julia Lawall <Julia.Lawall@...ia.fr>,
        Harald Freudenberger <freude@...ux.ibm.com>
Cc: yunbolyu@....edu.sg, kexinsun@...il.nju.edu.cn, ratnadiraw@....edu.sg,
        xutong.ma@...ia.fr, Holger Dengler <dengler@...ux.ibm.com>,
        Heiko Carstens <hca@...ux.ibm.com>, Vasily Gorbik <gor@...ux.ibm.com>,
        Alexander Gordeev <agordeev@...ux.ibm.com>,
        Christian Borntraeger <borntraeger@...ux.ibm.com>,
        Sven Schnelle <svens@...ux.ibm.com>, linux-s390@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] s390/ap: fix typo in function name reference

On 12/30/25 9:42 AM, Julia Lawall wrote:
> Add missing s into ap_intructions_available.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
> 
> ---
>   arch/s390/include/asm/ap.h |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/s390/include/asm/ap.h b/arch/s390/include/asm/ap.h
> index b24459f692fa..3b95c6531a67 100644
> --- a/arch/s390/include/asm/ap.h
> +++ b/arch/s390/include/asm/ap.h
> @@ -78,7 +78,7 @@ union ap_queue_status_reg {
>   };
>   
>   /**
> - * ap_intructions_available() - Test if AP instructions are available.
> + * ap_instructions_available() - Test if AP instructions are available.
>    *
>    * Returns true if the AP instructions are installed, otherwise false.
>    */
> 
> 

Looks great, Thanks

Reviewed-by: Jimmy Brisson <jbrisson@...ux.ibm.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ