John Snow <[email protected]> writes: > A few slipped in during the mass conversion, get those too. > > Signed-off-by: John Snow <[email protected]> > --- > qapi/block.json | 5 ++--- > qapi/machine-s390x.json | 3 +-- > qapi/machine.json | 3 +-- > qapi/net.json | 24 ++++++++---------------- > 4 files changed, 12 insertions(+), 23 deletions(-) > > diff --git a/qapi/block.json b/qapi/block.json > index 13c47e1eb44..68d4e47d911 100644 > --- a/qapi/block.json > +++ b/qapi/block.json > @@ -597,9 +597,8 @@ > > ## > # @x-qemu-io: > -# > -# Run a qemu-io command on a block device. Take either a block > -# backend name or a qdev ID to identify the device. > +# Run a qemu-io command on a block device. Take either a block > +# backend name or a qdev ID to identify the device.
The second sentence is not intro, it's a constraint on arguments @device and @qdev. > # > # @device: the block backend name, node-name to run the > # command on. [...]
