qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qapi: Fix incorrect Since tags
@ 2022-05-03  8:27 Andrea Bolognani
  2022-05-03  8:44 ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Bolognani @ 2022-05-03  8:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eric Blake, Markus Armbruster, Daniel P. Berrangé

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
 #
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] qapi: Fix incorrect Since tags
  2022-05-03  8:27 [PATCH] qapi: Fix incorrect Since tags Andrea Bolognani
@ 2022-05-03  8:44 ` Markus Armbruster
  2022-05-03  9:46   ` Andrea Bolognani
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2022-05-03  8:44 UTC (permalink / raw)
  To: Andrea Bolognani; +Cc: qemu-devel, Eric Blake, Daniel P. Berrangé

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!



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] qapi: Fix incorrect Since tags
  2022-05-03  8:44 ` Markus Armbruster
@ 2022-05-03  9:46   ` Andrea Bolognani
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Bolognani @ 2022-05-03  9:46 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, Eric Blake, Daniel P. Berrangé

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 :/

-- 
Andrea Bolognani / Red Hat / Virtualization



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-03  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03  8:27 [PATCH] qapi: Fix incorrect Since tags Andrea Bolognani
2022-05-03  8:44 ` Markus Armbruster
2022-05-03  9:46   ` Andrea Bolognani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).