From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 Dec 2005 09:04:29 +0000 From: Christoph Hellwig Subject: Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation Message-ID: <20051213090429.GC27857@infradead.org> References: <20051212161944.3185a3f9.akpm@osdl.org> <20051213075441.GB6765@elte.hu> <20051213075835.GZ15804@wotan.suse.de> <20051213004257.0f87d814.akpm@osdl.org> <20051213084926.GN23384@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051213084926.GN23384@wotan.suse.de> To: Andi Kleen Cc: Andrew Morton , mingo@elte.hu, dhowells@redhat.com, torvalds@osdl.org, hch@infradead.org, arjan@infradead.org, matthew@wil.cx, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org List-ID: > > Remove -Wdeclaration-after-statement > > Now that gcc 2.95 is not supported anymore it's ok to use C99 > style mixed declarations everywhere. Nack. This code style is pure obsfucation and we should disallow it forever.