From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3eOD-0000Gb-BJ for qemu-devel@nongnu.org; Mon, 07 Nov 2016 02:30:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3eOC-00019T-I1 for qemu-devel@nongnu.org; Mon, 07 Nov 2016 02:30:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42448) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3eOC-00018x-CY for qemu-devel@nongnu.org; Mon, 07 Nov 2016 02:30:44 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 93BEDC04D28D for ; Mon, 7 Nov 2016 07:30:43 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 7 Nov 2016 11:30:21 +0400 Message-Id: <20161107073033.21025-3-marcandre.lureau@redhat.com> In-Reply-To: <20161107073033.21025-1-marcandre.lureau@redhat.com> References: <20161107073033.21025-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 02/14] qga/schema: fix double-return in doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, armbru@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= guest-get-memory-block-info documentation should have only one "Returns:". Signed-off-by: Marc-Andr=C3=A9 Lureau --- qga/qapi-schema.json | 1 - 1 file changed, 1 deletion(-) 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 --=20 2.10.0