]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[x86 setup] Newline after setup signature failure message
authorH. Peter Anvin <hpa@zytor.com>
Thu, 26 Jul 2007 23:10:22 +0000 (16:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 31 Jul 2007 20:18:05 +0000 (16:18 -0400)
End the "No setup signature found..." with a newline (the puts
routine will automatically add a carriage return.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/i386/boot/header.S

index 32ce54a03d23032f7caded4bf2aabada0862e27a..7f4a2c53bd762b91746216ac44cbe957d938fa33 100644 (file)
@@ -280,4 +280,4 @@ die:
        .section ".initdata", "a"
 setup_corrupt:
        .byte   7
-       .string "No setup signature found..."
+       .string "No setup signature found...\n"