Skip to content

Commit 7ace3e9

Browse files
Zhang Mingyushuahkh
authored andcommitted
selftests: timers: Remove unneeded semicolon
Eliminate the following coccinelle check warning: tools/testing/selftests/timers/inconsistency-check.c:75:2-3 Reported-by: Zeal Robot <[email protected]> Signed-off-by: Zhang Mingyu <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 7b0653e commit 7ace3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/timers/inconsistency-check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ char *clockstring(int clockid)
7272
return "CLOCK_BOOTTIME_ALARM";
7373
case CLOCK_TAI:
7474
return "CLOCK_TAI";
75-
};
75+
}
7676
return "UNKNOWN_CLOCKID";
7777
}
7878

0 commit comments

Comments
 (0)