Skip to content

Commit

Permalink
arch/sh/lib/strlen.S: Checkpatch cleanup
Browse files Browse the repository at this point in the history
arch/sh/lib/strlen.S:38: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Andrea Gelmini authored and Paul Mundt committed May 23, 2010
1 parent ed0ad6d commit a5c4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/lib/strlen.S
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENTRY(strlen)
mov.b @r4+,r1
tst r1,r1
bt 8f
add #1,r2
add #1,r2

1:
mov #0,r3
Expand Down

0 comments on commit a5c4300

Please sign in to comment.