qga: Move type description right after type name
authorMarkus Armbruster <armbru@redhat.com>
Mon, 29 Jan 2024 11:50:07 +0000 (12:50 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 3 Feb 2024 08:20:24 +0000 (09:20 +0100)
Documentation of type BlockdevOptionsIscsi describes the type's
purpose after its members.  Everywhere else, we do it the other way
round.  Move it for consistency.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240129115008.674248-5-armbru@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qapi/block-core.json

index 530c4af50ff51622eab336acf1ec76cd53a0e8da..781c9bd03e8889d042404d72bcbb150d4d4f0457 100644 (file)
 ##
 # @BlockdevOptionsIscsi:
 #
+# Driver specific block device options for iscsi
+#
 # @transport: The iscsi transport type
 #
 # @portal: The address of the iscsi portal
 # @timeout: Timeout in seconds after which a request will timeout.  0
 #     means no timeout and is the default.
 #
-# Driver specific block device options for iscsi
-#
 # Since: 2.9
 ##
 { 'struct': 'BlockdevOptionsIscsi',