Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Julia Lawall and committed by
Heiko Carstens
12ea976f eb2606bb

+1 -1
+1 -1
arch/s390/include/asm/ap.h
··· 78 78 }; 79 79 80 80 /** 81 - * ap_intructions_available() - Test if AP instructions are available. 81 + * ap_instructions_available() - Test if AP instructions are available. 82 82 * 83 83 * Returns true if the AP instructions are installed, otherwise false. 84 84 */