projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2606b
)
s390/ap: Fix typo in function name reference
author
Julia Lawall
<Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 15:42:39 +0000
(16:42 +0100)
committer
Heiko Carstens
<hca@linux.ibm.com>
Fri, 2 Jan 2026 12:23:48 +0000
(13:23 +0100)
Add missing s into ap_intructions_available.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Jimmy Brisson <jbrisson@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/ap.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/ap.h
b/arch/s390/include/asm/ap.h
index
b24459f
..
3b95c65
100644
(file)
--- 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_in
s
tructions_available() - Test if AP instructions are available.
*
* Returns true if the AP instructions are installed, otherwise false.
*/