[LTP] [PATCH] getcpu: Convert docs to docparse

Petr Vorel pvorel@suse.cz
Wed Jul 17 20:01:14 CEST 2024


Hi Ma,

...
> +/*\
> + * [Description]
>   *
> - * Test Description:
>   *  The test process is affined to a CPU. It then calls getcpu and
>   *  checks that the CPU and node (if supported) match the expected
>   *  values.

Thanks for your patch! FYI there must be only single space after star,
otherwise text would be formatted as preformatted text (wrapped with <pre></pre>
in xhtml):

/*\
 * [Description]
 *
 * The test process is affined to a CPU. It then calls getcpu and
 * checks that the CPU and node (if supported) match the expected
 * values.
 */

I fixed that and merged.

Kind regards,
Petr


More information about the ltp mailing list