From: Bhaskar Chowdhury Date: Tue, 2 Feb 2021 09:37:46 +0000 (+0530) Subject: powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S X-Git-Tag: v5.12-rc1~78^2~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea7826583f5ed7abca97e6e56441caadcbbd957a;p=thirdparty%2Fkernel%2Flinux.git powerpc/44x: Fix a spelling mismach to mismatch in head_44x.S s/mismach/mismatch/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210202093746.5198-1-unixbhaskar@gmail.com --- diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index 8e36718f31674..813fa305c33bd 100644 --- a/arch/powerpc/kernel/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S @@ -376,7 +376,7 @@ interrupt_base: /* Load the next available TLB index */ lwz r13,tlb_44x_index@l(r10) - bne 2f /* Bail if permission mismach */ + bne 2f /* Bail if permission mismatch */ /* Increment, rollover, and store TLB index */ addi r13,r13,1 @@ -471,7 +471,7 @@ interrupt_base: /* Load the next available TLB index */ lwz r13,tlb_44x_index@l(r10) - bne 2f /* Bail if permission mismach */ + bne 2f /* Bail if permission mismatch */ /* Increment, rollover, and store TLB index */ addi r13,r13,1