aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/utime/utime06.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/utime/utime06.c')
-rw-r--r--testcases/kernel/syscalls/utime/utime06.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/testcases/kernel/syscalls/utime/utime06.c b/testcases/kernel/syscalls/utime/utime06.c
index 9057c29da..3ba62a316 100644
--- a/testcases/kernel/syscalls/utime/utime06.c
+++ b/testcases/kernel/syscalls/utime/utime06.c
@@ -9,11 +9,12 @@
* [Description]
*
* Verify that system call utime() fails with
- * - EACCES when times argument is NULL and user does not have rights
- * to modify the file.
+ *
+ * - EACCES when times argument is NULL and user does not have rights to modify
+ * the file.
* - ENOENT when specified file does not exist.
- * - EPERM when times argument is not NULL and user does not have rights
- * to modify the file.
+ * - EPERM when times argument is not NULL and user does not have rights to
+ * modify the file.
* - EROFS when the path resides on a read-only filesystem.
*/