mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
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>
This commit is contained in:
committed by
Michael Ellerman
parent
eabdb8ca86
commit
e6536a9f94
@@ -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 (;;)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user