Skip to content

Commit

Permalink
x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr
Browse files Browse the repository at this point in the history
size reports no change in arch/x86/boot/compressed/vmlinux.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Jan 30, 2008
1 parent afe0bc6 commit 004426e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/x86/boot/compressed/vmlinux_32.scr
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ SECTIONS
{
.data.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
input_data_end = .;
}
}

0 comments on commit 004426e

Please sign in to comment.