mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-02 14:02:00 -04: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:
committed by
Heiko Carstens
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user