John Snow <[email protected]> writes: > Signed-off-by: John Snow <[email protected]> > --- > qapi/acpi.json | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/qapi/acpi.json b/qapi/acpi.json > index d2c59df30b2..291a04a7ea4 100644 > --- a/qapi/acpi.json > +++ b/qapi/acpi.json > @@ -81,10 +81,9 @@ > > ## > # @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. > +# 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 > #
Another instance of "text that refers to arguments should probably go below the argument descriptions", and again leaving for later.
