Peter Maydell <peter.mayd...@linaro.org> writes:

> A JSON block comment like this:
>      Returns: nothing on success
>               If @node is not a valid block device, DeviceNotFound
>               If @name is not found, GenericError with an explanation
>
> renders like this:
>
>      Returns: nothing on success If node is not a valid block device,
>      DeviceNotFound If name is not found, GenericError with an explanation
>
> because whitespace is not significant.
>
> Use an actual bulleted list, so that the formatting is correct.
>
> This commit gathers up the remaining json files which had
> places needing this fix.
>
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>

Reviewed-by: Markus Armbruster <arm...@redhat.com>

What's the rationale for the split between

    [PATCH v2 13/30] qapi/block-core.json: Use explicit bulleted lists
    [PATCH v2 14/30] qapi/ui.json: Use explicit bulleted lists
    [PATCH v2 15/30] qapi/{block, misc, tmp, net}.json: Use explicit bulleted 
lists

?


Reply via email to