diff mbox series

qapi: Fix incorrect Since tags

Message ID 20220503082748.89847-1-abologna@redhat.com (mailing list archive)
State New, archived
Headers show
Series qapi: Fix incorrect Since tags | expand

Commit Message

Andrea Bolognani May 3, 2022, 8:27 a.m. UTC
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(-)

Comments

Markus Armbruster May 3, 2022, 8:44 a.m. UTC | #1
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!
Andrea Bolognani May 3, 2022, 9:46 a.m. UTC | #2
On Tue, May 03, 2022 at 10:44:37AM +0200, Markus Armbruster wrote:
> I posted a more complete fix as "[PATCH] qapi: Fix malformed "Since:"
> section tags", and you even reviewed it :)

Oh boy, I clearly need more coffee. Sorry for the noise :/
diff mbox series

Patch

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
 #