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 | |
parent | ed0ad6d3a0720faa999e4bf9d4ed404cfd5eb4cc (diff) | |
download | op-kernel-dev-a5c4300389bb33ade2515c082709217f0614cf15.zip op-kernel-dev-a5c4300389bb33ade2515c082709217f0614cf15.tar.gz |
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')
-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 f8ab296..1bcc13f 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 |