From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjNnm-0007Ku-BD for qemu-devel@nongnu.org; Tue, 06 Oct 2015 04:40:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjNnl-0001vi-FE for qemu-devel@nongnu.org; Tue, 06 Oct 2015 04:40:50 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:38560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjNnl-0001v4-9f for qemu-devel@nongnu.org; Tue, 06 Oct 2015 04:40:49 -0400 Received: by wiclk2 with SMTP id lk2so148452340wic.1 for ; Tue, 06 Oct 2015 01:40:48 -0700 (PDT) Date: Tue, 6 Oct 2015 09:06:04 +0100 From: Stefan Hajnoczi Message-ID: <20151006080604.GA19089@stefanha-thinkpad> References: <1444049168-16554-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444049168-16554-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] checkpatch: allow open braces on typedef lines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Mon, Oct 05, 2015 at 02:46:08PM +0200, Paolo Bonzini wrote: > The style here seems to be split according to the maintainer, but > traditionally open braces were placed on typedef lines. > > Suggested-by: Peter Maydell > Signed-off-by: Paolo Bonzini > --- > scripts/checkpatch.pl | 5 ----- > 1 file changed, 5 deletions(-) Reviewed-by: Stefan Hajnoczi