aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/utime/utime05.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/utime/utime05.c')
-rw-r--r--testcases/kernel/syscalls/utime/utime05.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/kernel/syscalls/utime/utime05.c b/testcases/kernel/syscalls/utime/utime05.c
index ce0aa5dbf..941a3ccee 100644
--- a/testcases/kernel/syscalls/utime/utime05.c
+++ b/testcases/kernel/syscalls/utime/utime05.c
@@ -11,6 +11,7 @@
* Verify that the system call utime() successfully changes the last
* access and modification times of a file to the values specified by
* times argument, under the following constraints:
+ *
* - The times argument is not NULL.
* - The user ID of the process is not "root".
* - The file is owned by the user ID of the process.