Skip to content

Commit 7b0653e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/timers/alarmtimer-suspend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ char *clockstring(int clockid)
7979
return "CLOCK_BOOTTIME_ALARM";
8080
case CLOCK_TAI:
8181
return "CLOCK_TAI";
82-
};
82+
}
8383
return "UNKNOWN_CLOCKID";
8484
}
8585

0 commit comments

Comments
 (0)