]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
powerpc: fix spelling mistake: "Usupported" -> "Unsupported"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Mar 2018 15:55:53 +0000 (16:55 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jun 2018 01:33:43 +0000 (11:33 +1000)
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>
arch/powerpc/platforms/powermac/bootx_init.c

index ba0964c1762082e6eb5b982f8d6336192f98fbc1..3b3b0b9b35770750a560837be92614cd2ac92134 100644 (file)
@@ -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 (;;)
                        ;