]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
KVM: PPC: Book3S HV: XIVE: Fix typo in comment
authorGreg Kurz <groug@kaod.org>
Wed, 3 Jul 2019 22:03:19 +0000 (00:03 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Jan 2020 10:31:23 +0000 (21:31 +1100)
Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/156219139988.578018.1046848908285019838.stgit@bahia.lan
arch/powerpc/kvm/book3s_xive.c

index 66858b7d3c6b4d120ecf9412ecf75d69a62c8411..85215e79db42cf11c1b5b6e78eafe32503a7b058 100644 (file)
@@ -484,7 +484,7 @@ static void xive_finish_unmask(struct kvmppc_xive *xive,
        kvmppc_xive_select_irq(state, &hw_num, &xd);
 
        /*
-        * See command in xive_lock_and_mask() concerning masking
+        * See comment in xive_lock_and_mask() concerning masking
         * via firmware.
         */
        if (xd->flags & OPAL_XIVE_IRQ_MASK_VIA_FW) {