From 12ea976f955cefb06eeae4c9e5eb48d08038ccb2 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Tue, 30 Dec 2025 16:42:39 +0100 Subject: [PATCH] s390/ap: Fix typo in function name reference Add missing s into ap_intructions_available. Signed-off-by: Julia Lawall Reviewed-by: Jimmy Brisson Signed-off-by: Heiko Carstens --- 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 b24459f692faa..3b95c6531a67c 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. */ -- 2.47.3