diff mbox

[v3,02/14] qga/schema: fix double-return in doc

Message ID 20161107073033.21025-3-marcandre.lureau@redhat.com
State New
Headers show

Commit Message

Marc-André Lureau Nov. 7, 2016, 7:30 a.m. UTC
guest-get-memory-block-info documentation should have only one
"Returns:".

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 qga/qapi-schema.json | 1 -
 1 file changed, 1 deletion(-)

Comments

Eric Blake Nov. 7, 2016, 10:59 p.m. UTC | #1
On 11/07/2016 01:30 AM, Marc-André Lureau wrote:
> guest-get-memory-block-info documentation should have only one
> "Returns:".
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  qga/qapi-schema.json | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
> index c21f308..758803a 100644
> --- a/qga/qapi-schema.json
> +++ b/qga/qapi-schema.json
> @@ -952,7 +952,6 @@
>  #
>  # Get information relating to guest memory blocks.
>  #
> -# Returns: memory block size in bytes.
>  # Returns: @GuestMemoryBlockInfo
>  #
>  # Since 2.3
>
diff mbox

Patch

diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index c21f308..758803a 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -952,7 +952,6 @@ 
 #
 # Get information relating to guest memory blocks.
 #
-# Returns: memory block size in bytes.
 # Returns: @GuestMemoryBlockInfo
 #
 # Since 2.3