All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] silo: Fix misleading indentation
@ 2020-05-23 20:22 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-05-23 20:22 UTC (permalink / raw)
  To: sparclinux

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 common/stringops1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/stringops1.c b/common/stringops1.c
index 08ed4be..6edac96 100644
--- a/common/stringops1.c
+++ b/common/stringops1.c
@@ -74,7 +74,7 @@ int strlen(const char *s)
 {
 	const char *sc;
 	for (sc = s; *sc != '\0'; ++sc);
-		return sc - s;
+	return sc - s;
 }
 
 int strncmp(const char *cs, const char *ct, size_t count)
-- 
2.26.2

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

* Re: [PATCH 3/5] silo: Fix misleading indentation
@ 2020-06-03  1:38 David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2020-06-03  1:38 UTC (permalink / raw)
  To: sparclinux

From: Matt Turner <mattst88@gmail.com>
Date: Sat, 23 May 2020 13:22:31 -0700

> Signed-off-by: Matt Turner <mattst88@gmail.com>

Applied.

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

* [PATCH 3/5] silo: Fix misleading indentation
  2020-04-05 18:48 [PATCH 1/5] silo: Build with -fno-PIC to reduce size Matt Turner
@ 2020-04-05 18:48 ` Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-04-05 18:48 UTC (permalink / raw)
  To: linux-alpha; +Cc: David S . Miller, Aaro Koskinen, Matt Turner

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 common/stringops1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/stringops1.c b/common/stringops1.c
index 08ed4be..6edac96 100644
--- a/common/stringops1.c
+++ b/common/stringops1.c
@@ -74,7 +74,7 @@ int strlen(const char *s)
 {
 	const char *sc;
 	for (sc = s; *sc != '\0'; ++sc);
-		return sc - s;
+	return sc - s;
 }
 
 int strncmp(const char *cs, const char *ct, size_t count)
-- 
2.24.1


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

end of thread, other threads:[~2020-06-03  1:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23 20:22 [PATCH 3/5] silo: Fix misleading indentation Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2020-06-03  1:38 David Miller
2020-04-05 18:48 [PATCH 1/5] silo: Build with -fno-PIC to reduce size Matt Turner
2020-04-05 18:48 ` [PATCH 3/5] silo: Fix misleading indentation Matt Turner

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.