Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afe0bc63 authored by Ian Campbell's avatar Ian Campbell Committed by Ingo Molnar
Browse files

x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds



size reports no change in arch/x86/boot/compressed/vmlinux.

Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c6c2d7a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ OUTPUT_ARCH(i386)
ENTRY(startup_32)
SECTIONS
{
        /* Be careful parts of head.S assume startup_32 is at
	/* Be careful parts of head_32.S assume startup_32 is at
	 * address 0.
	 */
	. = 0;
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ OUTPUT_ARCH(i386:x86-64)
ENTRY(startup_64)
SECTIONS
{
	/* Be careful parts of head.S assume startup_32 is at
	/* Be careful parts of head_64.S assume startup_64 is at
	 * address 0.
	 */
	. = 0;