From: Andrea Gelmini Date: Sun, 23 May 2010 19:55:42 +0000 (+0200) Subject: ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c145211d1f9e2ef19e7b4c2b943f68366daa97af;p=linux-beck.git ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup arch/arm/boot/bootp/bootp.lds:22: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini Signed-off-by: Russell King --- diff --git a/arch/arm/boot/bootp/bootp.lds b/arch/arm/boot/bootp/bootp.lds index 8e3d81ce695e..fc54394f4340 100644 --- a/arch/arm/boot/bootp/bootp.lds +++ b/arch/arm/boot/bootp/bootp.lds @@ -19,7 +19,7 @@ SECTIONS initrd_size = initrd_end - initrd_start; _etext = .; } - + .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) }