* [PATCH] qapi: fix colon in Since tag section
@ 2024-12-17 9:15 Victor Toso
2025-01-08 6:54 ` Markus Armbruster
0 siblings, 1 reply; 2+ messages in thread
From: Victor Toso @ 2024-12-17 9:15 UTC (permalink / raw)
To: qemu-devel; +Cc: Markus Armbruster
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>
---
qapi/cxl.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi/cxl.json b/qapi/cxl.json
index 9f65589bce..dd947d3bbc 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',
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] qapi: fix colon in Since tag section
2024-12-17 9:15 [PATCH] qapi: fix colon in Since tag section Victor Toso
@ 2025-01-08 6:54 ` Markus Armbruster
0 siblings, 0 replies; 2+ messages in thread
From: Markus Armbruster @ 2025-01-08 6:54 UTC (permalink / raw)
To: Victor Toso; +Cc: qemu-devel
Victor Toso <victortoso@redhat.com> writes:
> 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>
> ---
> qapi/cxl.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/cxl.json b/qapi/cxl.json
> index 9f65589bce..dd947d3bbc 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',
Reviewed-by: Markus Armbruster <armbru@redhat.com>
and queued, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-08 6:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 9:15 [PATCH] qapi: fix colon in Since tag section Victor Toso
2025-01-08 6:54 ` Markus Armbruster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.