diff options
author | Markus Armbruster <armbru@redhat.com> | 2025-07-17 13:52:45 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2025-07-28 13:45:11 +0200 |
commit | ef7e21964d54db7b7267c30578c3c6ec0f16ca08 (patch) | |
tree | bcb7b40aa9f468485acc342af1e583372bd5bb59 | |
parent | d27340ff8a1036f9d174e9389dd3510083ad276d (diff) | |
download | qemu-ef7e21964d54db7b7267c30578c3c6ec0f16ca08.zip qemu-ef7e21964d54db7b7267c30578c3c6ec0f16ca08.tar.gz qemu-ef7e21964d54db7b7267c30578c3c6ec0f16ca08.tar.bz2 |
qga: Rephrase return docs to avoid type name
"Returns: <description>" is rendered like
Return: <Type> – <description>
Mentioning the type in the description again is commonly redundant.
There is just one such description. Rephrase it not to mention the
type.
We did this for qapi/ in commit f7296f8de5c (qapi: rephrase return
docs to avoid type name).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250717115246.3830007-4-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
-rw-r--r-- | qga/qapi-schema.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index a9cc915..6c26ace 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -534,8 +534,7 @@ # discarded. The default value is zero, meaning "discard every # free block". # -# Returns: A @GuestFilesystemTrimResponse which contains the status of -# all trimmed paths. (since 2.4) +# Returns: status of all trimmed paths. (since 2.4) # # Since: 1.2 ## |