]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
powerpc: Fix spelling of "droping" to "dropping" in traps.c
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 24 Feb 2021 07:55:47 +0000 (13:25 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 24 Mar 2021 03:09:29 +0000 (14:09 +1100)
s/droping/dropping/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210224075547.763063-1-unixbhaskar@gmail.com
arch/powerpc/kernel/traps.c

index a44a30b0688ca5957a8a1265ab23a0add1ebc13e..a9b199b46beefc62a6244f8a684ce7a568aca674 100644 (file)
@@ -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;