* [Qemu-devel] [PATCH 1/1] iscsi: add missing colons to the qapi docs
@ 2017-02-28 4:29 Jeff Cody
2017-02-28 4:33 ` Jeff Cody
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Cody @ 2017-02-28 4:29 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-block, stefanha, armbru
The missing colons make the iscsi part of the documentation not render
quite as nicely, so add those in.
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
qapi/block-core.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 5f82d35..cf24c04 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2625,29 +2625,29 @@
##
# @BlockdevOptionsIscsi:
#
-# @transport The iscsi transport type
+# @transport: The iscsi transport type
#
-# @portal The address of the iscsi portal
+# @portal: The address of the iscsi portal
#
-# @target The target iqn name
+# @target: The target iqn name
#
-# @lun #optional LUN to connect to. Defaults to 0.
+# @lun: #optional LUN to connect to. Defaults to 0.
#
-# @user #optional User name to log in with. If omitted, no CHAP
+# @user: #optional User name to log in with. If omitted, no CHAP
# authentication is performed.
#
-# @password-secret #optional The ID of a QCryptoSecret object providing
+# @password-secret: #optional The ID of a QCryptoSecret object providing
# the password for the login. This option is required if
# @user is specified.
#
-# @initiator-name #optional The iqn name we want to identify to the target
+# @initiator-name: #optional The iqn name we want to identify to the target
# as. If this option is not specified, an initiator name is
# generated automatically.
#
-# @header-digest #optional The desired header digest. Defaults to
+# @header-digest: #optional The desired header digest. Defaults to
# none-crc32c.
#
-# @timeout #optional Timeout in seconds after which a request will
+# @timeout: #optional Timeout in seconds after which a request will
# timeout. 0 means no timeout and is the default.
#
# Driver specific block device options for iscsi
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] iscsi: add missing colons to the qapi docs
2017-02-28 4:29 [Qemu-devel] [PATCH 1/1] iscsi: add missing colons to the qapi docs Jeff Cody
@ 2017-02-28 4:33 ` Jeff Cody
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Cody @ 2017-02-28 4:33 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-block, stefanha, armbru
On Mon, Feb 27, 2017 at 11:29:07PM -0500, Jeff Cody wrote:
> The missing colons make the iscsi part of the documentation not render
> quite as nicely, so add those in.
>
> Signed-off-by: Jeff Cody <jcody@redhat.com>
> ---
> qapi/block-core.json | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 5f82d35..cf24c04 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -2625,29 +2625,29 @@
> ##
> # @BlockdevOptionsIscsi:
> #
> -# @transport The iscsi transport type
> +# @transport: The iscsi transport type
> #
> -# @portal The address of the iscsi portal
> +# @portal: The address of the iscsi portal
> #
> -# @target The target iqn name
> +# @target: The target iqn name
> #
> -# @lun #optional LUN to connect to. Defaults to 0.
> +# @lun: #optional LUN to connect to. Defaults to 0.
> #
> -# @user #optional User name to log in with. If omitted, no CHAP
> +# @user: #optional User name to log in with. If omitted, no CHAP
> # authentication is performed.
> #
> -# @password-secret #optional The ID of a QCryptoSecret object providing
> +# @password-secret: #optional The ID of a QCryptoSecret object providing
> # the password for the login. This option is required if
> # @user is specified.
> #
> -# @initiator-name #optional The iqn name we want to identify to the target
> +# @initiator-name: #optional The iqn name we want to identify to the target
> # as. If this option is not specified, an initiator name is
> # generated automatically.
> #
> -# @header-digest #optional The desired header digest. Defaults to
> +# @header-digest: #optional The desired header digest. Defaults to
> # none-crc32c.
> #
> -# @timeout #optional Timeout in seconds after which a request will
> +# @timeout: #optional Timeout in seconds after which a request will
> # timeout. 0 means no timeout and is the default.
> #
> # Driver specific block device options for iscsi
> --
> 2.9.3
>
Thanks,
Applied to my block branch:
git://github.com/codyprime/qemu-kvm-jtc.git block
-Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-28 4:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 4:29 [Qemu-devel] [PATCH 1/1] iscsi: add missing colons to the qapi docs Jeff Cody
2017-02-28 4:33 ` Jeff Cody
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).