diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2025-12-30 16:42:39 +0100 |
|---|---|---|
| committer | Heiko Carstens <hca@linux.ibm.com> | 2026-01-02 13:23:48 +0100 |
| commit | 12ea976f955cefb06eeae4c9e5eb48d08038ccb2 (patch) | |
| tree | 5ca3d9533ecd3717d03d609084ead1978a9dc40b /arch/s390 | |
| parent | eb2606bba1cbac610701d73af25cbff0f3c5b09b (diff) | |
s390/ap: Fix typo in function name reference
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>
Diffstat (limited to 'arch/s390')
| -rw-r--r-- | arch/s390/include/asm/ap.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
