[LTP] [PATCH] pwritev202: Fix the doc to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Tue Apr 1 11:39:10 CEST 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/pwritev2/pwritev202.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/pwritev2/pwritev202.c b/testcases/kernel/syscalls/pwritev2/pwritev202.c
index b17d84067..30345fa79 100644
--- a/testcases/kernel/syscalls/pwritev2/pwritev202.c
+++ b/testcases/kernel/syscalls/pwritev2/pwritev202.c
@@ -9,10 +9,10 @@
*
* - pwritev2() fails and sets errno to EINVAL if iov_len is invalid.
* - pwritev2() fails and sets errno to EINVAL if the vector count iovcnt is
- * less than zero.
+ * less than zero.
* - pwritev2() fails and sets errno to EOPNOTSUPP if flag is invalid.
* - pwritev2() fails and sets errno to EFAULT when writing data from invalid
- * address.
+ * address.
* - pwritev2() fails and sets errno to EBADF if file descriptor is invalid.
* - pwritev2() fails and sets errno to EBADF if file descriptor is open for
* reading.
--
2.47.0
More information about the ltp
mailing list