aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/boot
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-26 16:10:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-07-31 16:18:05 -0400
commit8b608d2f5a1b3552363a3161566645a409ff8530 (patch)
treeb9717123f978a7f404b3245a67418d0e4e1cd1f3 /arch/i386/boot
parentx86 boot code comments typos (diff)
downloadlinux-dev-8b608d2f5a1b3552363a3161566645a409ff8530.tar.xz
linux-dev-8b608d2f5a1b3552363a3161566645a409ff8530.zip
[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 <hpa@zytor.com>
Diffstat (limited to 'arch/i386/boot')
-rw-r--r--arch/i386/boot/header.S2
1 files changed, 1 insertions, 1 deletions
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"