2018-03-30 15:58:00

by Colin King

[permalink] [raw]
Subject: [PATCH] powerpc: fix spelling mistake: "Usupported" -> "Unsupported"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in bootx_printf message text

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

diff --git a/arch/powerpc/platforms/powermac/bootx_init.c b/arch/powerpc/platforms/powermac/bootx_init.c
index c3c9bbb3573a..ca60f3ef7ef6 100644
--- a/arch/powerpc/platforms/powermac/bootx_init.c
+++ b/arch/powerpc/platforms/powermac/bootx_init.c
@@ -519,7 +519,7 @@ void __init bootx_init(unsigned long r3, unsigned long r4)
;
}
if (bi->architecture != BOOT_ARCH_PCI) {
- bootx_printf(" !!! WARNING - Usupported machine"
+ bootx_printf(" !!! WARNING - Unsupported machine"
" architecture !\n");
for (;;)
;
--
2.15.1



2018-06-05 15:22:46

by Michael Ellerman

[permalink] [raw]
Subject: Re: powerpc: fix spelling mistake: "Usupported" -> "Unsupported"

On Fri, 2018-03-30 at 15:55:53 UTC, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in bootx_printf message text
>
> Signed-off-by: Colin Ian King <[email protected]>

Applied to powerpc next, thanks.

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

cheers