From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxhuC-0003Xl-EP for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxhu7-0001ah-Ei for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxhu7-0001aN-5r for qemu-devel@nongnu.org; Thu, 19 Jun 2014 15:21:47 -0400 Date: Thu, 19 Jun 2014 10:40:36 -0400 From: Luiz Capitulino Message-ID: <20140619104036.74fa5f43@redhat.com> In-Reply-To: <1402399553-21692-1-git-send-email-akong@redhat.com> References: <1402399553-21692-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/3] qapi: fix coding style in generated code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, armbru@redhat.com On Tue, 10 Jun 2014 19:25:50 +0800 Amos Kong wrote: > Not a serious issue, but it's helpful if we can fix it. Applied to the qmp branch, thanks. > > V2: split change of scripts/qapi-visit.py to a split patch, > eat space by using a special char as Markus suggested > V3: update commitlog, update special string, fix of adding > const replace string by pattern > V4: fix pattern to cleanup special string (Paolo) > V5: fix string checking bug (Luiz), update commitlog (Eric) > add comments for c_type() function > V6: add is_c_ptr() and fix lost endswith (Markus) > > Amos Kong (3): > qapi: fix coding style in parameters list > qapi: add const prefix to 'char *' insider c_type() > qapi: Suppress unwanted space between type and identifier > > scripts/qapi-commands.py | 8 +++----- > scripts/qapi-visit.py | 20 ++++++++++---------- > scripts/qapi.py | 25 +++++++++++++++++++------ > 3 files changed, 32 insertions(+), 21 deletions(-) >