[LTP] [PATCH 6/7] io_setup: Add docparse formatting and more detailed description

Cyril Hrubis chrubis@suse.cz
Mon Jun 21 14:58:30 CEST 2021


Hi!
> + * 1. io_setup succeeds if both nr_events and ctxp are valid.
> + * 2. io_setup fails and returns -EINVAL if ctxp is not initialized to 0.
> + * 3. io_setup fails and returns -EINVAL if nr_events is invalid.
> + * 4. io_setup fails and returns -EFAULT if ctxp is NULL.
> + * 5. io_setup fails and returns -EAGAIN if nr_events exceeds the limit
>   *    of available events.

I've changed the numbered list to a asciidoc list (items start with -)
so that it renders nicely and pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list