projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe0bc6
)
x86: unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr
author
Ian Campbell
<ijc@hellion.org.uk>
Wed, 30 Jan 2008 12:33:37 +0000
(13:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:37 +0000
(13:33 +0100)
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>
arch/x86/boot/compressed/vmlinux_32.scr
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/boot/compressed/vmlinux_32.scr
b/arch/x86/boot/compressed/vmlinux_32.scr
index 707a88f7f29ebc24b42b0a793ed132f53d1c0f05..a54952661995951548cdcc6e2ec79eb8a1afcdaf 100644
(file)
--- a/
arch/x86/boot/compressed/vmlinux_32.scr
+++ b/
arch/x86/boot/compressed/vmlinux_32.scr
@@
-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 = .;
}
}