Andrea Bolognani <abolo...@redhat.com> writes:

> The missing colon causes them to be interpreted as regular
> text.
>
> Signed-off-by: Andrea Bolognani <abolo...@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