qemu-devel
[Top][All Lists]
Advanced

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

[PATCH] qapi: Fix incorrect Since tags


From: Andrea Bolognani
Subject: [PATCH] qapi: Fix incorrect Since tags
Date: Tue, 3 May 2022 10:27:48 +0200

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




reply via email to

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