projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.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
|
history
diff --git
a/arch/sh/lib/strlen.S
b/arch/sh/lib/strlen.S
index
f8ab296
..
1bcc13f
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