From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42500 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnFVX-0005gd-NE for qemu-devel@nongnu.org; Sun, 22 Aug 2010 14:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnFVW-00071t-Kv for qemu-devel@nongnu.org; Sun, 22 Aug 2010 14:43:03 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:33594) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnFVW-00071k-HR for qemu-devel@nongnu.org; Sun, 22 Aug 2010 14:43:02 -0400 Received: by gwb11 with SMTP id 11so2033572gwb.4 for ; Sun, 22 Aug 2010 11:43:01 -0700 (PDT) Message-ID: <4C716FB3.2090505@codemonkey.ws> Date: Sun, 22 Aug 2010 13:42:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] CODING_STYLE amendments References: <4C6A4291.1020105@redhat.com> <4C6A8CD8.2080701@codemonkey.ws> <4C71550F.6080602@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Blue Swirl , Jes Sorensen , Miguel Di Ciurcio Filho , Markus Armbruster , qemu-devel On 08/22/2010 01:36 PM, malc wrote: >>>> >>>> But how would you do that? Drop the CODING_STYLE (and accept >>>> anything)? Switch to a new CODING_STYLE that is widely appreciated and >>>> so all bikeshedding will cease? Enforce current style? >>>> >>> I would suggest we either clean up the existing rule, or switch to the >>> Linux kernel style, with the explicit exemption that existing code can >>> keep the 4-char indentation, unless the whole file is converted. I'd >>> like to avoid a total reformatting of the codebase, but we could look at >>> it on a file by file base if it becomes relevant. >>> >> Sounds reasonable. >> >> > Doesn't to me. > I'm strongly opposed to any reformatting of the tree. All it does is break git blame which makes debugging harder without offering any real benefits. Regards, Anthony Liguori