[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/5] qga: Move type description right after type name
From: |
Markus Armbruster |
Subject: |
[PULL 4/5] qga: Move type description right after type name |
Date: |
Sat, 3 Feb 2024 09:34:14 +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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 530c4af50f..781c9bd03e 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -4070,6 +4070,8 @@
##
# @BlockdevOptionsIscsi:
#
+# Driver specific block device options for iscsi
+#
# @transport: The iscsi transport type
#
# @portal: The address of the iscsi portal
@@ -4094,8 +4096,6 @@
# @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',
--
2.43.0
- [PULL 0/5] QAPI patches patches for 2024-02-03, Markus Armbruster, 2024/02/03
- [PULL 3/5] qapi: Elide "Potential additional modes" from generated docs, Markus Armbruster, 2024/02/03
- [PULL 4/5] qga: Move type description right after type name,
Markus Armbruster <=
- [PULL 1/5] qapi: Drop redundant documentation of inherited members, Markus Armbruster, 2024/02/03
- [PULL 2/5] qapi: Drop redundant documentation of conditional, Markus Armbruster, 2024/02/03
- [PULL 5/5] qga/qapi-schema: Move command description right after command name, Markus Armbruster, 2024/02/03
- Re: [PULL 0/5] QAPI patches patches for 2024-02-03, Peter Maydell, 2024/02/03