From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/4] Apply some CODING_STYLE to qemu-kvm*.c Date: Mon, 6 Sep 2010 17:01:37 -0300 Message-ID: <20100906200137.GA32336@amt.cnet> References: <1283688837-3556-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26784 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175Ab0IFU0Y (ORCPT ); Mon, 6 Sep 2010 16:26:24 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o86KQOEK002254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Sep 2010 16:26:24 -0400 Content-Disposition: inline In-Reply-To: <1283688837-3556-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Sep 05, 2010 at 03:13:53PM +0300, Avi Kivity wrote: > > Avi Kivity (4): > qemu-kvm-x86.c: reindent > qemu-kvm-x86.c: remove extraneous line continuation > qemu-kvm-x86.c: add braces where appropriate > qemu-kvm.c: add braces where appropriate > > qemu-kvm-x86.c | 909 +++++++++++++++++++++++++++++--------------------------- > qemu-kvm.c | 174 +++++++---- > 2 files changed, 586 insertions(+), 497 deletions(-) Applied, thanks.