Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/powernv/dump: Fix typo in comment

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

authored by

Vasant Hegde and committed by
Michael Ellerman
ee878437 2a24d80f

+1 -1
+1 -1
arch/powerpc/platforms/powernv/opal-dump.c
··· 419 419 int rc; 420 420 int dump_irq; 421 421 422 - /* ELOG not supported by firmware */ 422 + /* Dump not supported by firmware */ 423 423 if (!opal_check_token(OPAL_DUMP_READ)) 424 424 return; 425 425