summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-03-30 16:55:53 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2018-06-05 11:33:43 +1000
commite6536a9f94c00a5e1da0a869ccea07e9a59665e4 (patch)
tree625073e53e6f01456702517437fd000bfac144f7 /arch/powerpc/platforms
parenteabdb8ca8690eedd461e61ea7780595fbbae8132 (diff)
downloadop-kernel-dev-e6536a9f94c00a5e1da0a869ccea07e9a59665e4.zip
op-kernel-dev-e6536a9f94c00a5e1da0a869ccea07e9a59665e4.tar.gz
powerpc: fix spelling mistake: "Usupported" -> "Unsupported"
Trivial fix to spelling mistake in bootx_printf message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/powermac/bootx_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/bootx_init.c b/arch/powerpc/platforms/powermac/bootx_init.c
index ba0964c..3b3b0b9 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 (;;)
;
OpenPOWER on IntegriCloud