From: Markus Armbruster Date: Thu, 17 Jul 2025 11:52:45 +0000 (+0200) Subject: qga: Rephrase return docs to avoid type name X-Git-Tag: v10.1.0-rc1~4^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef7e21964d54db7b7267c30578c3c6ec0f16ca08;p=thirdparty%2Fqemu.git qga: Rephrase return docs to avoid type name "Returns: " is rendered like Return: – 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 Reviewed-by: Daniel P. Berrangé Message-ID: <20250717115246.3830007-4-armbru@redhat.com> Reviewed-by: John Snow --- diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index a9cc9150dc..6c26ace3c9 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 ##