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. # # @device: the block backend name, node-name to run the # command on. diff --git a/qapi/machine-s390x.json b/qapi/machine-s390x.json index 670a1f9d926..8d8cbe2fb75 100644 --- a/qapi/machine-s390x.json +++ b/qapi/machine-s390x.json @@ -138,8 +138,7 @@ ## # @BootCertificates: -# -# Boot certificates for secure IPL. +# Boot certificates for secure IPL. # # @path: path to an X.509 certificate file or a directory containing # certificate files. diff --git a/qapi/machine.json b/qapi/machine.json index 1220116bf7d..6eb14c62851 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -1390,8 +1390,7 @@ ## # @SpMemDeviceInfo: -# -# sp-mem device state information +# sp-mem device state information # # @id: device's ID # diff --git a/qapi/net.json b/qapi/net.json index 2a186a71b93..f0312dfb714 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -1275,8 +1275,7 @@ ## # @UsernetInfo: -# -# Information about a user-mode network stack (slirp). +# Information about a user-mode network stack (slirp). # # @hub-id: The hub id, if available. # @@ -1295,8 +1294,7 @@ ## # @x-query-usernet: -# -# Query user-mode network stack connection states. +# Query user-mode network stack connection states. # # Features: # @@ -1319,8 +1317,7 @@ ## # @NetFilterInfo: -# -# Information about a netfilter attached to a network client. +# Information about a netfilter attached to a network client. # # @name: filter object name (QOM path component) # @@ -1339,8 +1336,7 @@ ## # @NetworkClientInfo: -# -# Information about a network client. +# Information about a network client. # # @name: unique network client identifier # @@ -1369,8 +1365,7 @@ ## # @NetHubPortInfo: -# -# Information about a hub port. +# Information about a hub port. # # @name: hub port identifier # @@ -1385,8 +1380,7 @@ ## # @NetHubInfo: -# -# Information about a network hub. +# Information about a network hub. # # @id: hub identifier # @@ -1401,8 +1395,7 @@ ## # @NetworkInfo: -# -# Information about the network configuration. +# Information about the network configuration. # # @hubs: network hubs and their ports # @@ -1417,8 +1410,7 @@ ## # @x-query-network: -# -# Query the network configuration including hubs and clients. +# Query the network configuration including hubs and clients. # # Features: # -- 2.55.0
