[LTP] [PATCH] getxattr02: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Wed Feb 19 10:53:36 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/getxattr/getxattr02.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/testcases/kernel/syscalls/getxattr/getxattr02.c b/testcases/kernel/syscalls/getxattr/getxattr02.c
index 7bc3bf22a..245e5b007 100644
--- a/testcases/kernel/syscalls/getxattr/getxattr02.c
+++ b/testcases/kernel/syscalls/getxattr/getxattr02.c
@@ -13,13 +13,13 @@
* There are 4 test cases:
*
* - Get attribute from a FIFO, setxattr(2) should return -1 and
- * set errno to ENODATA
+ * set errno to ENODATA
* - Get attribute from a char special file, setxattr(2) should
- * return -1 and set errno to ENODATA
+ * return -1 and set errno to ENODATA
* - Get attribute from a block special file, setxattr(2) should
- * return -1 and set errno to ENODATA
+ * return -1 and set errno to ENODATA
* - Get attribute from a UNIX domain socket, setxattr(2) should
- * return -1 and set errno to ENODATA
+ * return -1 and set errno to ENODATA
*/
#include <sys/types.h>
--
2.47.0
More information about the ltp
mailing list