[LTP] [PATCH] pwritev202: Fix the doc to fit RST format
Andrea Cervesato
andrea.cervesato@suse.com
Tue Apr 1 13:34:35 CEST 2025
Merged thanks!
Kind regards,
Andrea Cervesato
On 4/1/25 11:39, Ma Xinjian via ltp wrote:
> 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.
More information about the ltp
mailing list