aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 20:02:06 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-05-24 08:11:07 +0900
commita5c4300389bb33ade2515c082709217f0614cf15 (patch)
treed47fc7b9d62bd26aa2b5c35770073dcab0318730 /arch/sh/lib
parentsh: fix up sh7786 dmaengine build. (diff)
downloadlinux-dev-a5c4300389bb33ade2515c082709217f0614cf15.tar.xz
linux-dev-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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/strlen.S b/arch/sh/lib/strlen.S
index f8ab296047b3..1bcc13f05962 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