From: Bhaskar Chowdhury Date: Wed, 24 Feb 2021 07:55:47 +0000 (+0530) Subject: powerpc: Fix spelling of "droping" to "dropping" in traps.c X-Git-Tag: howlett/maple/20220722_2~3253^2~287 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5c4a4802b9ac8c1acdf2250fad3f8f2d6254f9c7;p=users%2Fjedix%2Flinux-maple.git powerpc: Fix spelling of "droping" to "dropping" in traps.c s/droping/dropping/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210224075547.763063-1-unixbhaskar@gmail.com --- diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index a44a30b0688c..a9b199b46bee 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c @@ -405,7 +405,7 @@ void hv_nmi_check_nonrecoverable(struct pt_regs *regs) * Now test if the interrupt has hit a range that may be using * HSPRG1 without having RI=0 (i.e., an HSRR interrupt). The * problem ranges all run un-relocated. Test real and virt modes - * at the same time by droping the high bit of the nip (virt mode + * at the same time by dropping the high bit of the nip (virt mode * entry points still have the +0x4000 offset). */ nip &= ~0xc000000000000000ULL;