Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b608d2f5a1b3552363a3161566645a409ff8530
Commit:     8b608d2f5a1b3552363a3161566645a409ff8530
Parent:     8218d029c58b89837a24b4e1362c33d0ba7450b5
Author:     H. Peter Anvin <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 26 16:10:22 2007 -0700
Committer:  H. Peter Anvin <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 16:18:05 2007 -0400

    [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 <[EMAIL PROTECTED]>
---
 arch/i386/boot/header.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to