Commit c145211d authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Russell King

ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup

arch/arm/boot/bootp/bootp.lds:22: ERROR: trailing whitespace
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 3ff98780
...@@ -19,7 +19,7 @@ SECTIONS ...@@ -19,7 +19,7 @@ SECTIONS
initrd_size = initrd_end - initrd_start; initrd_size = initrd_end - initrd_start;
_etext = .; _etext = .;
} }
.stab 0 : { *(.stab) } .stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) } .stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) } .stab.excl 0 : { *(.stab.excl) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment