diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 20:02:06 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-24 08:11:07 +0900 |
commit | a5c4300389bb33ade2515c082709217f0614cf15 (patch) | |
tree | d47fc7b9d62bd26aa2b5c35770073dcab0318730 /arch/sh/lib | |
parent | ed0ad6d3a0720faa999e4bf9d4ed404cfd5eb4cc (diff) | |
download | linux-3.10-a5c4300389bb33ade2515c082709217f0614cf15.tar.gz linux-3.10-a5c4300389bb33ade2515c082709217f0614cf15.tar.bz2 linux-3.10-a5c4300389bb33ade2515c082709217f0614cf15.zip |
arch/sh/lib/strlen.S: Checkpatch cleanup
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>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/strlen.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/strlen.S b/arch/sh/lib/strlen.S index f8ab296047b..1bcc13f0596 100644 --- a/arch/sh/lib/strlen.S +++ b/arch/sh/lib/strlen.S @@ -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 |