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

powerpc: Fix comment typos 'CONFiG_ALTIVEC'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
c2522dcd 994bef10

+2 -2
+1 -1
arch/powerpc/lib/copyuser_power7.S
··· 718 718 719 719 15: addi r1,r1,STACKFRAMESIZE 720 720 b exit_vmx_usercopy /* tail call optimise */ 721 - #endif /* CONFiG_ALTIVEC */ 721 + #endif /* CONFIG_ALTIVEC */
+1 -1
arch/powerpc/lib/memcpy_power7.S
··· 653 653 15: addi r1,r1,STACKFRAMESIZE 654 654 ld r3,-STACKFRAMESIZE+STK_REG(R31)(r1) 655 655 b exit_vmx_copy /* tail call optimise */ 656 - #endif /* CONFiG_ALTIVEC */ 656 + #endif /* CONFIG_ALTIVEC */