From: Colin Ian King Date: Sat, 26 May 2018 15:15:31 +0000 (+0100) Subject: powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted" X-Git-Tag: for-linus-20180616~50^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b0c4acb1dd7c653f78391661079af544429b1f22;p=linux-block.git powerpc-opal: fix spelling mistake "Uniterrupted" -> "Uninterrupted" Trivial fix to spelling mistake in hmi_error_types text Signed-off-by: Colin Ian King Reviewed-by: Stewart Smith Signed-off-by: Michael Ellerman --- 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",