diff options
author | Victor Toso <victortoso@redhat.com> | 2024-12-17 10:15:04 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-02-10 15:45:04 +0100 |
commit | e00e0d0bd7cf261da4eb45bd183d6ceb72c04ee2 (patch) | |
tree | 1499f968d51bc70c048fb87b0aa77047bc20ead4 | |
parent | 153b0989d8ec7e8ef660ed9a614964f3dbdf231f (diff) | |
download | qemu-e00e0d0bd7cf261da4eb45bd183d6ceb72c04ee2.zip qemu-e00e0d0bd7cf261da4eb45bd183d6ceb72c04ee2.tar.gz qemu-e00e0d0bd7cf261da4eb45bd183d6ceb72c04ee2.tar.bz2 |
qapi: fix colon in Since tag section
As described in docs/devel/qapi-code-gen.rst line 998,
there should be no space between "Since" and ":".
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-ID: <20241217091504.16416-1-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qapi/cxl.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/cxl.json b/qapi/cxl.json index 9f65589..dd947d3 100644 --- a/qapi/cxl.json +++ b/qapi/cxl.json @@ -460,7 +460,7 @@ # # @unstable: For now this command is subject to change. # -# Since : 9.1 +# Since: 9.1 ## { 'command': 'cxl-add-dynamic-capacity', 'data': { 'path': 'str', @@ -539,7 +539,7 @@ # # @unstable: For now this command is subject to change. # -# Since : 9.1 +# Since: 9.1 ## { 'command': 'cxl-release-dynamic-capacity', 'data': { 'path': 'str', |