From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQXKZ-0001L7-Qy for qemu-devel@nongnu.org; Fri, 22 Jul 2016 06:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQXKV-00074e-HE for qemu-devel@nongnu.org; Fri, 22 Jul 2016 06:05:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQXKV-00074D-Bh for qemu-devel@nongnu.org; Fri, 22 Jul 2016 06:05:15 -0400 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 6BEF5769E6 for ; Fri, 22 Jul 2016 10:05:14 +0000 (UTC) From: Prasanna Kumar Kalever Date: Fri, 22 Jul 2016 15:35:04 +0530 Message-Id: <1469181904-14771-1-git-send-email-prasanna.kalever@redhat.com> Subject: [Qemu-devel] [PATCH] block/gluster: fix doc in the qapi schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, eblake@redhat.com, jcody@redhat.com, Prasanna Kumar Kalever 1. s/@debug-level/@debug_level/ 2. rearrange the versioning 3. s/server description/servers description/ Signed-off-by: Prasanna Kumar Kalever --- qapi/block-core.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index f462345..5af0ffd 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1689,8 +1689,9 @@ # # @host_device, @host_cdrom: Since 2.1 # -# Since: 2.0 # @gluster: Since 2.7 +# +# Since: 2.0 ## { 'enum': 'BlockdevDriver', 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop', @@ -2134,9 +2135,9 @@ # # @path: absolute path to image file in gluster volume # -# @server: gluster server description +# @server: gluster servers description # -# @debug-level: #optional libgfapi log level (default '4' which is Error) +# @debug_level: #optional libgfapi log level (default '4' which is Error) # # Since: 2.7 ## -- 2.7.4