summaryrefslogtreecommitdiffstats
path: root/arch
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
parenteabdb8ca8690eedd461e61ea7780595fbbae8132 (diff)
downloadlinux-0-day-e6536a9f94c00a5e1da0a869ccea07e9a59665e4.tar.gz
linux-0-day-e6536a9f94c00a5e1da0a869ccea07e9a59665e4.tar.xz
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')
-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 ba0964c176208..3b3b0b9b35770 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 (;;)
;