./tools/testing/selftests/timers/set-timer-lat.c:83:2-3: Unneeded
semicolon
Signed-off-by: Mingtong Bao <[email protected]>
---
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.40.1
On Tue, Jun 27, 2023 at 04:10:42PM +0800, [email protected] wrote:
> ./tools/testing/selftests/timers/set-timer-lat.c:83:2-3: Unneeded semicolon
What does this mean?
>
> Signed-off-by: Mingtong Bao <[email protected]>
Does not match your From: line in your email client :(