diff --git a/testcases/kernel/syscalls/nanosleep/nanosleep01.c b/testcases/kernel/syscalls/nanosleep/nanosleep01.c index eaacb89fa54..bd9ae0caa68 100644 --- a/testcases/kernel/syscalls/nanosleep/nanosleep01.c +++ b/testcases/kernel/syscalls/nanosleep/nanosleep01.c @@ -5,10 +5,11 @@ * Copyright (C) 2015-2017 Cyril Hrubis */ -/* - * Test Description: - * nanosleep() should return with value 0 and the process should be - * suspended for time specified by timespec structure. +/*\ + * [Description] + * + * Verify that nanosleep() should return with value 0 and the process should be + * suspended for time specified by timespec structure. */ #include