diff mbox series

[09/13] qga/qapi-schema: Delete useless "Returns" sections

Message ID 20240227113921.236097-10-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series Subject: [PATCH 00/15] qapi: Improve command response documentation | expand

Commit Message

Markus Armbruster Feb. 27, 2024, 11:39 a.m. UTC
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qga/qapi-schema.json | 12 ------------
 1 file changed, 12 deletions(-)

Comments

Konstantin Kostiuk March 4, 2024, 8:25 a.m. UTC | #1
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Tue, Feb 27, 2024 at 1:39 PM Markus Armbruster <armbru@redhat.com> wrote:

> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  qga/qapi-schema.json | 12 ------------
>  1 file changed, 12 deletions(-)
>
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
> index c5f2ac8f59..636c2c5697 100644
> --- a/qga/qapi-schema.json
> +++ b/qga/qapi-schema.json
> @@ -153,8 +153,6 @@
>  # @time: time of nanoseconds, relative to the Epoch of 1970-01-01 in
>  #     UTC.
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 1.5
>  ##
>  { 'command': 'guest-set-time',
> @@ -245,8 +243,6 @@
>  #
>  # @handle: filehandle returned by guest-file-open
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 0.15.0
>  ##
>  { 'command': 'guest-file-close',
> @@ -399,8 +395,6 @@
>  #
>  # @handle: filehandle returned by guest-file-open
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 0.15.0
>  ##
>  { 'command': 'guest-file-flush',
> @@ -1077,8 +1071,6 @@
>  # transmission, even if already crypt()d, to ensure it is 8-bit safe
>  # when passed as JSON.
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 2.3
>  ##
>  { 'command': 'guest-set-user-password',
> @@ -1602,8 +1594,6 @@
>  #
>  # @reset: ignore the existing content, set it with the given keys only
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 5.2
>  ##
>  { 'command': 'guest-ssh-add-authorized-keys',
> @@ -1622,8 +1612,6 @@
>  # @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
>  #     format)
>  #
> -# Returns: Nothing on success.
> -#
>  # Since: 5.2
>  ##
>  { 'command': 'guest-ssh-remove-authorized-keys',
> --
> 2.43.0
>
>
diff mbox series

Patch

diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index c5f2ac8f59..636c2c5697 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -153,8 +153,6 @@ 
 # @time: time of nanoseconds, relative to the Epoch of 1970-01-01 in
 #     UTC.
 #
-# Returns: Nothing on success.
-#
 # Since: 1.5
 ##
 { 'command': 'guest-set-time',
@@ -245,8 +243,6 @@ 
 #
 # @handle: filehandle returned by guest-file-open
 #
-# Returns: Nothing on success.
-#
 # Since: 0.15.0
 ##
 { 'command': 'guest-file-close',
@@ -399,8 +395,6 @@ 
 #
 # @handle: filehandle returned by guest-file-open
 #
-# Returns: Nothing on success.
-#
 # Since: 0.15.0
 ##
 { 'command': 'guest-file-flush',
@@ -1077,8 +1071,6 @@ 
 # transmission, even if already crypt()d, to ensure it is 8-bit safe
 # when passed as JSON.
 #
-# Returns: Nothing on success.
-#
 # Since: 2.3
 ##
 { 'command': 'guest-set-user-password',
@@ -1602,8 +1594,6 @@ 
 #
 # @reset: ignore the existing content, set it with the given keys only
 #
-# Returns: Nothing on success.
-#
 # Since: 5.2
 ##
 { 'command': 'guest-ssh-add-authorized-keys',
@@ -1622,8 +1612,6 @@ 
 # @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
 #     format)
 #
-# Returns: Nothing on success.
-#
 # Since: 5.2
 ##
 { 'command': 'guest-ssh-remove-authorized-keys',