powerpc/powernv/dump: Fix typo in comment
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>
Tue, 14 Sep 2021 14:38:02 +0000 (20:08 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 8 Oct 2021 13:15:59 +0000 (00:15 +1100)
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210914143802.54325-1-hegdevasant@linux.vnet.ibm.com
arch/powerpc/platforms/powernv/opal-dump.c

index 00c5a59d82d93b4dee93aee86df6a006618f8132..717d1d30ade5e12f0f8433e7ea588dcfce9c2e82 100644 (file)
@@ -419,7 +419,7 @@ void __init opal_platform_dump_init(void)
        int rc;
        int dump_irq;
 
-       /* ELOG not supported by firmware */
+       /* Dump not supported by firmware */
        if (!opal_check_token(OPAL_DUMP_READ))
                return;