qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qapi: Fix incorrect Since tags


From: Markus Armbruster
Subject: Re: [PATCH] qapi: Fix incorrect Since tags
Date: Tue, 03 May 2022 10:44:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Andrea Bolognani <abologna@redhat.com> writes:

> The missing colon causes them to be interpreted as regular
> text.
>
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  qapi/crypto.json | 2 +-
>  qapi/misc.json   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/crypto.json b/qapi/crypto.json
> index 1ec54c15ca..529aa730d4 100644
> --- a/qapi/crypto.json
> +++ b/qapi/crypto.json
> @@ -358,7 +358,7 @@
>  #                 Defaults to the same secret that was used to open the image
>  #
>  #
> -# Since 5.1
> +# Since: 5.1
>  ##
>  { 'struct': 'QCryptoBlockAmendOptionsLUKS',
>    'data': { 'state': 'QCryptoBlockLUKSKeyslotState',
> diff --git a/qapi/misc.json b/qapi/misc.json
> index b83cc39029..f8a9feda30 100644
> --- a/qapi/misc.json
> +++ b/qapi/misc.json
> @@ -188,7 +188,7 @@
>  # Features:
>  # @unstable: This command is experimental.
>  #
> -# Since 3.0
> +# Since: 3.0
>  #
>  # Returns: nothing
>  #

I posted a more complete fix as "[PATCH] qapi: Fix malformed "Since:"
section tags", and you even reviewed it :)

Thanks anyway!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]