mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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>
This commit is contained in:
parent
eb2606bba1
commit
12ea976f95
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user