[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251230154239.98756-1-Julia.Lawall@inria.fr>
Date: Tue, 30 Dec 2025 16:42:39 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: 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: [PATCH] s390/ap: fix typo in function name reference
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.
*/
Powered by blists - more mailing lists