All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/ap: fix typo in function name reference
@ 2025-12-30 15:42 Julia Lawall
  2025-12-30 22:29 ` Jimmy Brisson
  2026-01-02 12:25 ` Heiko Carstens
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2025-12-30 15:42 UTC (permalink / raw)
  To: Harald Freudenberger
  Cc: yunbolyu, kexinsun, ratnadiraw, xutong.ma, Holger Dengler,
	Heiko Carstens, Vasily Gorbik, Alexander Gordeev,
	Christian Borntraeger, Sven Schnelle, linux-s390, linux-kernel

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.
  */


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-02 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 15:42 [PATCH] s390/ap: fix typo in function name reference Julia Lawall
2025-12-30 22:29 ` Jimmy Brisson
2026-01-02 12:25 ` Heiko Carstens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.