From: H. Peter Anvin Date: Thu, 26 Jul 2007 23:10:22 +0000 (-0700) Subject: [x86 setup] Newline after setup signature failure message X-Git-Tag: v2.6.23-rc2~34^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b608d2f5a1b3552363a3161566645a409ff8530;p=profile%2Fivi%2Fkernel-x86-ivi.git [x86 setup] Newline after setup signature failure message End the "No setup signature found..." with a newline (the puts routine will automatically add a carriage return.) Signed-off-by: H. Peter Anvin --- diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S index 32ce54a..7f4a2c5 100644 --- a/arch/i386/boot/header.S +++ b/arch/i386/boot/header.S @@ -280,4 +280,4 @@ die: .section ".initdata", "a" setup_corrupt: .byte 7 - .string "No setup signature found..." + .string "No setup signature found...\n"