[LTP] [PATCH] chmod06: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Wed Feb 19 10:05:05 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/chmod/chmod06.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/syscalls/chmod/chmod06.c b/testcases/kernel/syscalls/chmod/chmod06.c
index 7055f0da0..66b69df54 100644
--- a/testcases/kernel/syscalls/chmod/chmod06.c
+++ b/testcases/kernel/syscalls/chmod/chmod06.c
@@ -9,7 +9,7 @@
* Verify that, chmod(2) returns -1 and sets errno to
*
* 1. EPERM if the effective user id of process does not match the owner of the
- * file and the process is not super user
+ * file and the process is not super user
* 2. EACCES if search permission is denied on a component of the path prefix
* 3. EFAULT if pathname points outside user's accessible address space
* 4. ENAMETOOLONG if the pathname component is too long
--
2.47.0
More information about the ltp
mailing list