Message ID | 20211105014208.75204-1-zhang.mingyu@zte.com.cn (mailing list archive) |
---|---|
State | Accepted |
Commit | f8bf30bd4aabed9c2fab466596302d798857a2c0 |
Headers | show |
Series | selftests: timers: Remove unneeded semicolon | expand |
diff --git a/tools/testing/selftests/timers/inconsistency-check.c b/tools/testing/selftests/timers/inconsistency-check.c index 022d3ffe3fbf..e6756d9c60a7 100644 --- a/tools/testing/selftests/timers/inconsistency-check.c +++ b/tools/testing/selftests/timers/inconsistency-check.c @@ -72,7 +72,7 @@ char *clockstring(int clockid) return "CLOCK_BOOTTIME_ALARM"; case CLOCK_TAI: return "CLOCK_TAI"; - }; + } return "UNKNOWN_CLOCKID"; }