All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment
@ 2021-09-14 14:38 Vasant Hegde
  2021-09-15  8:19 ` Joel Stanley
  2021-10-11 12:06 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Vasant Hegde @ 2021-09-14 14:38 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Vasant Hegde, joel

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
---
 arch/powerpc/platforms/powernv/opal-dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/powernv/opal-dump.c b/arch/powerpc/platforms/powernv/opal-dump.c
index 00c5a59d82d9..717d1d30ade5 100644
--- a/arch/powerpc/platforms/powernv/opal-dump.c
+++ b/arch/powerpc/platforms/powernv/opal-dump.c
@@ -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;
 
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment
  2021-09-14 14:38 [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment Vasant Hegde
@ 2021-09-15  8:19 ` Joel Stanley
  2021-10-11 12:06 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Joel Stanley @ 2021-09-15  8:19 UTC (permalink / raw)
  To: Vasant Hegde; +Cc: linuxppc-dev

On Tue, 14 Sept 2021 at 14:38, Vasant Hegde
<hegdevasant@linux.vnet.ibm.com> wrote:
>
> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>

Reviewed-by: Joel Stanley <joel@jms.id.au>

> ---
>  arch/powerpc/platforms/powernv/opal-dump.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/platforms/powernv/opal-dump.c b/arch/powerpc/platforms/powernv/opal-dump.c
> index 00c5a59d82d9..717d1d30ade5 100644
> --- a/arch/powerpc/platforms/powernv/opal-dump.c
> +++ b/arch/powerpc/platforms/powernv/opal-dump.c
> @@ -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;
>
> --
> 2.31.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment
  2021-09-14 14:38 [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment Vasant Hegde
  2021-09-15  8:19 ` Joel Stanley
@ 2021-10-11 12:06 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2021-10-11 12:06 UTC (permalink / raw)
  To: linuxppc-dev, Vasant Hegde; +Cc: joel

On Tue, 14 Sep 2021 20:08:02 +0530, Vasant Hegde wrote:
> 


Applied to powerpc/next.

[1/1] powerpc/powernv/dump: Fix typo in comment
      https://git.kernel.org/powerpc/c/ee87843795ec5dc2f3bb315fade3ec098c88f639

cheers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-11 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 14:38 [PATCH trivial v2] powerpc/powernv/dump: Fix typo in comment Vasant Hegde
2021-09-15  8:19 ` Joel Stanley
2021-10-11 12:06 ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.