Signed-off-by: John Snow <[email protected]>
---
qapi/acpi.json | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
diff --git a/qapi/acpi.json b/qapi/acpi.json
index 906b3687a55..ea6ad2cd45f 100644
--- a/qapi/acpi.json
+++ b/qapi/acpi.json
@@ -12,9 +12,8 @@
##
##
-# @AcpiTableOptions:
-#
-# Specify an ACPI table on the command line to load.
+# @AcpiTableOptions: Specify an ACPI table on the
+# command line to load.
#
# At most one of @file and @data can be specified. The list of files
# specified by any one of them is loaded and concatenated in order.
@@ -80,11 +79,9 @@
{ 'enum': 'ACPISlotType', 'data': [ 'DIMM', 'CPU' ] }
##
-# @ACPIOSTInfo:
-#
-# OSPM Status Indication for a device. For description of possible
-# values of @source and @status fields see "_OST (OSPM Status
-# Indication)" chapter of ACPI5.0 spec.
+# @ACPIOSTInfo: OSPM Status Indication for a device. For description
+# of possible values of @source and @status fields see "_OST (OSPM
+# Status Indication)" chapter of ACPI5.0 spec.
#
# @device: device ID associated with slot
#
@@ -106,10 +103,8 @@
'status': 'int' } }
##
-# @query-acpi-ospm-status:
-#
-# Return a list of `ACPIOSTInfo` for devices that support status
-# reporting via ACPI _OST method.
+# @query-acpi-ospm-status: Return a list of `ACPIOSTInfo` for devices
+# that support status reporting via ACPI _OST method.
#
# Since: 2.1
#
@@ -125,9 +120,7 @@
{ 'command': 'query-acpi-ospm-status', 'returns': ['ACPIOSTInfo'] }
##
-# @ACPI_DEVICE_OST:
-#
-# Emitted when guest executes ACPI _OST method.
+# @ACPI_DEVICE_OST: Emitted when guest executes ACPI _OST method.
#
# @info: OSPM Status Indication
#
--
2.54.0