aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-05-26 11:15:31 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2018-06-04 21:33:47 -0400
commitb0c4acb1dd7c653f78391661079af544429b1f22 (patch)
tree10be58cbf195e9b24455ecf82885fe3d3627c06f
parente6536a9f94c00a5e1da0a869ccea07e9a59665e4 (diff)
powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted"
Trivial fix to spelling mistake in hmi_error_types text Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/platforms/powernv/opal-hmi.c2
1 files changed, 1 insertions, 1 deletions
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)
177 "Processor recovery occurred for masked error", 177 "Processor recovery occurred for masked error",
178 "Timer facility experienced an error", 178 "Timer facility experienced an error",
179 "TFMR SPR is corrupted", 179 "TFMR SPR is corrupted",
180 "UPS (Uniterrupted Power System) Overflow indication", 180 "UPS (Uninterrupted Power System) Overflow indication",
181 "An XSCOM operation failure", 181 "An XSCOM operation failure",
182 "An XSCOM operation completed", 182 "An XSCOM operation completed",
183 "SCOM has set a reserved FIR bit to cause recovery", 183 "SCOM has set a reserved FIR bit to cause recovery",