linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests:Unneeded semicolon
@ 2022-07-19  3:15 Xin Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Xin Gao @ 2022-07-19  3:15 UTC (permalink / raw)
  To: shuah; +Cc: jstultz, tglx, sboyd, linux-kernel, linux-kselftest, Xin Gao

Unneeded semicolon

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 tools/testing/selftests/timers/nsleep-lat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/nsleep-lat.c b/tools/testing/selftests/timers/nsleep-lat.c
index eb3e79ed7b4a..a7ca9825e106 100644
--- a/tools/testing/selftests/timers/nsleep-lat.c
+++ b/tools/testing/selftests/timers/nsleep-lat.c
@@ -72,7 +72,7 @@ char *clockstring(int clockid)
 		return "CLOCK_BOOTTIME_ALARM";
 	case CLOCK_TAI:
 		return "CLOCK_TAI";
-	};
+	}
 	return "UNKNOWN_CLOCKID";
 }
 
-- 
2.30.2


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

* [PATCH] selftests: Unneeded semicolon
@ 2022-08-13 16:04 min tang
  0 siblings, 0 replies; 3+ messages in thread
From: min tang @ 2022-08-13 16:04 UTC (permalink / raw)
  To: shuah; +Cc: jstultz, tglx, sboyd, linux-kernel, linux-kselftest, min tang

There is no semicolon after '}' in line 83.

Signed-off-by: min tang <tangmin@cdjrlc.com>
---
 tools/testing/selftests/timers/set-timer-lat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/set-timer-lat.c b/tools/testing/selftests/timers/set-timer-lat.c
index 50da45437daa..d60bbcad487f 100644
--- a/tools/testing/selftests/timers/set-timer-lat.c
+++ b/tools/testing/selftests/timers/set-timer-lat.c
@@ -80,7 +80,7 @@ char *clockstring(int clockid)
 		return "CLOCK_BOOTTIME_ALARM";
 	case CLOCK_TAI:
 		return "CLOCK_TAI";
-	};
+	}
 	return "UNKNOWN_CLOCKID";
 }
 
-- 
2.17.1


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

* [PATCH] selftests:Unneeded semicolon
@ 2022-07-19  2:40 Xin Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Xin Gao @ 2022-07-19  2:40 UTC (permalink / raw)
  To: shuah; +Cc: jstultz, tglx, sboyd, linux-kernel, linux-kselftest, Xin Gao

Unneeded semicolon

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 tools/testing/selftests/timers/nanosleep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/nanosleep.c b/tools/testing/selftests/timers/nanosleep.c
index 71b5441c2fd9..433a09676aeb 100644
--- a/tools/testing/selftests/timers/nanosleep.c
+++ b/tools/testing/selftests/timers/nanosleep.c
@@ -72,7 +72,7 @@ char *clockstring(int clockid)
 		return "CLOCK_BOOTTIME_ALARM";
 	case CLOCK_TAI:
 		return "CLOCK_TAI";
-	};
+	}
 	return "UNKNOWN_CLOCKID";
 }
 
-- 
2.30.2


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

end of thread, other threads:[~2022-08-13 16:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19  3:15 [PATCH] selftests:Unneeded semicolon Xin Gao
  -- strict thread matches above, loose matches on Subject: below --
2022-08-13 16:04 [PATCH] selftests: Unneeded semicolon min tang
2022-07-19  2:40 [PATCH] selftests:Unneeded semicolon Xin Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).