Skip to content

Commit

Permalink
ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/arm/boot/bootp/bootp.lds:22: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Andrea Gelmini authored and Russell King committed May 24, 2010
1 parent 3ff9878 commit c145211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/bootp/bootp.lds
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SECTIONS
initrd_size = initrd_end - initrd_start;
_etext = .;
}

.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }
.stab.excl 0 : { *(.stab.excl) }
Expand Down

0 comments on commit c145211

Please sign in to comment.