From 8b608d2f5a1b3552363a3161566645a409ff8530 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 26 Jul 2007 16:10:22 -0700 Subject: [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 --- arch/i386/boot/header.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/i386/boot') diff --git a/arch/i386/boot/header.S b/arch/i386/boot/header.S index 32ce54a03d23..7f4a2c53bd76 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" -- cgit v1.2.3-59-g8ed1b