All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 179/199] arch/sh/lib/strlen.S: Checkpatch cleanup
@ 2010-05-23 20:02 Andrea Gelmini
  2010-05-23 23:11 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2010-05-23 20:02 UTC (permalink / raw)
  To: linux-sh

arch/sh/lib/strlen.S:38: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 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
-- 
1.7.1.251.gf80a2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 179/199] arch/sh/lib/strlen.S: Checkpatch cleanup
  2010-05-23 20:02 [PATCH 179/199] arch/sh/lib/strlen.S: Checkpatch cleanup Andrea Gelmini
@ 2010-05-23 23:11 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-05-23 23:11 UTC (permalink / raw)
  To: linux-sh

On Sun, May 23, 2010 at 10:02:06PM +0200, Andrea Gelmini wrote:
> arch/sh/lib/strlen.S:38: ERROR: trailing whitespace
> 
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-23 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 20:02 [PATCH 179/199] arch/sh/lib/strlen.S: Checkpatch cleanup Andrea Gelmini
2010-05-23 23:11 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.