projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0ad6d
)
arch/sh/lib/strlen.S: Checkpatch cleanup
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sun, 23 May 2010 20:02:06 +0000
(20:02 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Sun, 23 May 2010 23:11:07 +0000
(08:11 +0900)
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>
arch/sh/lib/strlen.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/lib/strlen.S
b/arch/sh/lib/strlen.S
index f8ab296047b3a0122dcc5636277b0d2881b07e56..1bcc13f05962e3f66ecefebf0c3adedb670bb456 100644
(file)
--- 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