提交 7b0653ec 编写于 作者: Z Zhang Mingyu 提交者: Shuah Khan

kselftests: timers:Remove unneeded semicolon

Eliminate the following coccinelle check warning:
tools/testing/selftests/timers/alarmtimer-suspend.c:82:2-3
Reported-by: NZeal Robot <zealci@zte.com.cn>
Signed-off-by: NZhang Mingyu <zhang.mingyu@zte.com.cn>
Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
上级 0fcfb00b
...@@ -79,7 +79,7 @@ char *clockstring(int clockid) ...@@ -79,7 +79,7 @@ char *clockstring(int clockid)
return "CLOCK_BOOTTIME_ALARM"; return "CLOCK_BOOTTIME_ALARM";
case CLOCK_TAI: case CLOCK_TAI:
return "CLOCK_TAI"; return "CLOCK_TAI";
}; }
return "UNKNOWN_CLOCKID"; return "UNKNOWN_CLOCKID";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册