Commit 7ace3e9a authored by Zhang Mingyu's avatar Zhang Mingyu Committed by Shuah Khan

selftests: timers: Remove unneeded semicolon

Eliminate the following coccinelle check warning:
tools/testing/selftests/timers/inconsistency-check.c:75:2-3
Reported-by: default avatarZeal Robot <zealci@zte.com.cn>
Signed-off-by: default avatarZhang Mingyu <zhang.mingyu@zte.com.cn>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 7b0653ec
......@@ -72,7 +72,7 @@ char *clockstring(int clockid)
return "CLOCK_BOOTTIME_ALARM";
case CLOCK_TAI:
return "CLOCK_TAI";
};
}
return "UNKNOWN_CLOCKID";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment