2018-05-26 15:16:10

by Colin King

[permalink] [raw]
Subject: [PATCH] powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in hmi_error_types text

Signed-off-by: Colin Ian King <[email protected]>
---
arch/powerpc/platforms/powernv/opal-hmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/powernv/opal-hmi.c b/arch/powerpc/platforms/powernv/opal-hmi.c
index 4efc95b4c7d4..586ec71a4e17 100644
--- a/arch/powerpc/platforms/powernv/opal-hmi.c
+++ b/arch/powerpc/platforms/powernv/opal-hmi.c
@@ -177,7 +177,7 @@ static void print_hmi_event_info(struct OpalHMIEvent *hmi_evt)
"Processor recovery occurred for masked error",
"Timer facility experienced an error",
"TFMR SPR is corrupted",
- "UPS (Uniterrupted Power System) Overflow indication",
+ "UPS (Uninterrupted Power System) Overflow indication",
"An XSCOM operation failure",
"An XSCOM operation completed",
"SCOM has set a reserved FIR bit to cause recovery",
--
2.17.0



2018-05-28 02:21:23

by Stewart Smith

[permalink] [raw]
Subject: Re: [PATCH] powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"

Colin King <[email protected]> writes:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in hmi_error_types text
>
> Signed-off-by: Colin Ian King <[email protected]>

Reviewed-by: Stewart Smith <[email protected]>

--
Stewart Smith
OPAL Architect, IBM.


2018-06-05 15:21:42

by Michael Ellerman

[permalink] [raw]
Subject: Re: powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"

On Sat, 2018-05-26 at 15:15:31 UTC, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in hmi_error_types text
>
> Signed-off-by: Colin Ian King <[email protected]>
> Reviewed-by: Stewart Smith <[email protected]>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/b0c4acb1dd7c653f78391661079af5

cheers