mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 10:05:00 +08:00
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 <zealci@zte.com.cn> Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
7b0653eca4
commit
7ace3e9ae0
@ -72,7 +72,7 @@ char *clockstring(int clockid)
|
||||
return "CLOCK_BOOTTIME_ALARM";
|
||||
case CLOCK_TAI:
|
||||
return "CLOCK_TAI";
|
||||
};
|
||||
}
|
||||
return "UNKNOWN_CLOCKID";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user