Skip to content

Commit

Permalink
[x86 setup] Newline after setup signature failure message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed Jul 31, 2007
1 parent 8218d02 commit 8b608d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ die:
.section ".initdata", "a"
setup_corrupt:
.byte 7
.string "No setup signature found..."
.string "No setup signature found...\n"

0 comments on commit 8b608d2

Please sign in to comment.