[LTP] [PATCH] open08: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Thu Feb 20 08:24:33 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/open/open08.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/syscalls/open/open08.c b/testcases/kernel/syscalls/open/open08.c
index ad868b0ec..a4906815b 100644
--- a/testcases/kernel/syscalls/open/open08.c
+++ b/testcases/kernel/syscalls/open/open08.c
@@ -9,7 +9,7 @@
*
* - EEXIST when pathname already exists and O_CREAT and O_EXCL were used
* - EISDIR when pathname refers to a directory and the access requested
- * involved writing
+ * involved writing
* - ENOTDIR when O_DIRECTORY was specified and pathname was not a directory
* - ENAMETOOLONG when pathname was too long
* - EACCES when requested access to the file is not allowed
--
2.47.0
More information about the ltp
mailing list