mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
qga: Move type description right after type name
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>
This commit is contained in:
parent
e3240ac580
commit
d6a5ca3acf
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue