From: Markus Armbruster Date: Tue, 8 Jul 2025 07:28:28 +0000 (+0200) Subject: qapi: Clean up a few Errors: sections X-Git-Tag: v10.1.0-rc0~15^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92227370eb3d844528e6d7bc2fb42525d8245eaf;p=thirdparty%2Fqemu.git qapi: Clean up a few Errors: sections Use the conventional "- If " phrasing, optionally with ", ". Signed-off-by: Markus Armbruster Message-ID: <20250708072828.105185-3-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé --- diff --git a/qapi/misc-i386.json b/qapi/misc-i386.json index b53ed39288..24a2e143f6 100644 --- a/qapi/misc-i386.json +++ b/qapi/misc-i386.json @@ -283,10 +283,9 @@ # Returns: SevAttestationReport objects. # # Errors: -# - This will return an error if the attestation report is -# unavailable, either due to an invalid guest configuration -# or if the guest has not reached the required SEV state, -# GenericError +# - If the attestation report is unavailable, either due to an +# invalid guest configuration or because the guest has not +# reached the required SEV state, GenericError # # Since: 6.1 # diff --git a/qapi/qom.json b/qapi/qom.json index 6c38e865a6..fbf94b9e09 100644 --- a/qapi/qom.json +++ b/qapi/qom.json @@ -1261,7 +1261,7 @@ # Create a QOM object. # # Errors: -# - Error if @qom-type is not a valid class name +# - If @qom-type is not a valid class name # # Since: 2.0 # @@ -1283,7 +1283,7 @@ # @id: the name of the QOM object to remove # # Errors: -# - Error if @id is not a valid id for a QOM object +# - If @id is not a valid id for a QOM object # # Since: 2.0 #