From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt1rW-0005iY-Tk for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt1rR-0005f8-Is for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:05 -0400 Received: from [199.232.76.173] (port=60071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt1rQ-0005ey-SH for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17127) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt1rQ-0005Kw-A1 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:00 -0400 Date: Wed, 30 Sep 2009 18:14:54 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: CODING_STYLE (was Re: [PATCHv2] qemu: target library, use it in msix) Message-ID: <20090930161454.GA21595@redhat.com> References: <20090923200635.GA21246@redhat.com> <20090924191121.GB29419@redhat.com> <20090929161115.GA13885@redhat.com> <20090930160617.GA7212@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090930160617.GA7212@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: Blue Swirl , qemu-devel@nongnu.org On Wed, Sep 30, 2009 at 06:06:17PM +0200, Christoph Hellwig wrote: > On Tue, Sep 29, 2009 at 09:15:04PM +0300, Blue Swirl wrote: > > We could also select a new style, like Linux kernel one. I'm also not > > a great fan of that either. But at least 'indent' could be used very > > easily and I think there would be other benefits, like reuse of Git > > hooks, patch checking scripts and Emacs configs. With full 'indent' > > support all sources could be massaged mechanically to make the switch > > less painful. > > > > Then there are K&R and GNU styles, but I like them even less. > > Everything but GNU obsfucation :) Seriously, something resembling Linux > CodingStyle or style(9) in the various BSDs would probably help a lot > of people avoiding to context switch too much. OK, thats 3 people in favor of switching to linux CodingStyle so far. -- MST