From patchwork Fri Jul 22 10:05:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prasanna Kumar Kalever X-Patchwork-Id: 651608 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rwmWT4s6Pz9t0F for ; Fri, 22 Jul 2016 20:06:13 +1000 (AEST) Received: from localhost ([::1]:46213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQXLP-0001ro-Do for incoming@patchwork.ozlabs.org; Fri, 22 Jul 2016 06:06:11 -0400 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) Received: from dhcp1-86.lab.eng.blr.redhat.com (pkalever.blr.redhat.com [10.70.1.86]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6MA5Brh021355; Fri, 22 Jul 2016 06:05:12 -0400 From: Prasanna Kumar Kalever To: qemu-devel@nongnu.org Date: Fri, 22 Jul 2016 15:35:04 +0530 Message-Id: <1469181904-14771-1-git-send-email-prasanna.kalever@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 22 Jul 2016 10:05:14 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] block/gluster: fix doc in the qapi schema X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Prasanna Kumar Kalever , jcody@redhat.com, armbru@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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 ##