Signed-off-by: John Snow <[email protected]> --- qapi/acpi.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/qapi/acpi.json b/qapi/acpi.json index 906b3687a55..d2c59df30b2 100644 --- a/qapi/acpi.json +++ b/qapi/acpi.json @@ -107,9 +107,8 @@ ## # @query-acpi-ospm-status: -# -# Return a list of `ACPIOSTInfo` for devices that support status -# reporting via ACPI _OST method. +# Return a list of `ACPIOSTInfo` for devices +# that support status reporting via ACPI _OST method. # # Since: 2.1 # @@ -126,8 +125,7 @@ ## # @ACPI_DEVICE_OST: -# -# Emitted when guest executes ACPI _OST method. +# Emitted when guest executes ACPI _OST method. # # @info: OSPM Status Indication # -- 2.55.0
