From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnSJs-0002zl-IM for qemu-devel@nongnu.org; Thu, 22 May 2014 08:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnSJn-00027t-0I for qemu-devel@nongnu.org; Thu, 22 May 2014 08:42:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnSJm-00027m-O7 for qemu-devel@nongnu.org; Thu, 22 May 2014 08:41:54 -0400 From: Amos Kong Date: Thu, 22 May 2014 20:41:41 +0800 Message-Id: <1400762504-22751-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v5 0/3] qapi: fix coding style in generated code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, lcapitulino@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com Not a serious issue, but it's helpful if we can fix it. 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 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 | 6 ++---- scripts/qapi-visit.py | 20 ++++++++++---------- scripts/qapi.py | 21 +++++++++++++++------ 3 files changed, 27 insertions(+), 20 deletions(-) -- 1.9.0