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

parisc: Fix typo in pdc.h

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Andrea Gelmini and committed by
Helge Deller
13ff6313 99aed91a

+1 -1
+1 -1
arch/parisc/include/uapi/asm/pdc.h
··· 59 59 #define PDC_MODEL_GET_BOOT__OP 8 /* returns boot test options */ 60 60 #define PDC_MODEL_SET_BOOT__OP 9 /* set boot test options */ 61 61 62 - #define PA89_INSTRUCTION_SET 0x4 /* capatibilies returned */ 62 + #define PA89_INSTRUCTION_SET 0x4 /* capabilities returned */ 63 63 #define PA90_INSTRUCTION_SET 0x8 64 64 65 65 #define PDC_CACHE 5 /* return/set cache (& TLB) info*/