Signed-off-by: John Snow <[email protected]> --- qapi/block.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/qapi/block.json b/qapi/block.json index 189f2e28204..9569afc6e0f 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -261,10 +261,10 @@ ## # @blockdev-insert-medium: -# -# Inserts a medium (a block driver state tree) into a block device. -# That block device's tray must currently be open (unless there is no -# attached guest device) and there must be no medium inserted already. +# Inserts a medium (a block driver state tree) into a block +# device. That block device's tray must currently be open (unless +# there is no attached guest device) and there must be no medium +# inserted already. # # @id: The name or QOM path of the guest device # -- 2.55.0
