From 4ae65a52658c264caebcb3a31effccf582822a6d Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 3 May 2022 09:37:32 +0200 Subject: qapi: Add missing separators between sections This only affects readability. The generated documentation doesn't change. Signed-off-by: Andrea Bolognani Reviewed-by: Markus Armbruster Message-Id: <20220503073737.84223-4-abologna@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qapi/block.json | 1 + 1 file changed, 1 insertion(+) (limited to 'qapi/block.json') diff --git a/qapi/block.json b/qapi/block.json index 3f100d4..e0f7898 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -105,6 +105,7 @@ # # Returns: - Nothing on success # - If @device is not a valid block device, DeviceNotFound +# # Notes: Ejecting a device with no media results in success # # Since: 0.14 -- cgit v1.1