[PATCH] s390/ap: fix typo in function name reference

Julia Lawall posted 1 patch 1 month, 1 week ago
arch/s390/include/asm/ap.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] s390/ap: fix typo in function name reference
Posted by Julia Lawall 1 month, 1 week ago
Add missing s into ap_intructions_available.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.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.
  */
Re: [PATCH] s390/ap: fix typo in function name reference
Posted by Heiko Carstens 1 month ago
On Tue, Dec 30, 2025 at 04:42:39PM +0100, Julia Lawall wrote:
> Add missing s into ap_intructions_available.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> 
> ---
>  arch/s390/include/asm/ap.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!
Re: [PATCH] s390/ap: fix typo in function name reference
Posted by Jimmy Brisson 1 month, 1 week ago
On 12/30/25 9:42 AM, Julia Lawall wrote:
> Add missing s into ap_intructions_available.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.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@linux.ibm.com>