From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.linux-foundation.org (smtp2.linux-foundation.org [207.189.120.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id D667CDDE44 for ; Wed, 25 Jul 2007 11:21:54 +1000 (EST) Date: Tue, 24 Jul 2007 18:21:30 -0700 From: Andrew Morton To: Paul Mackerras Subject: Re: [patch 1/3] ps3: Disk Storage Driver Message-Id: <20070724182130.6ebcca00.akpm@linux-foundation.org> In-Reply-To: <18086.41665.610756.139183@cargo.ozlabs.ibm.com> References: <20070716161539.075822000@pademelon.sonytel.be> <20070716162206.392129000@pademelon.sonytel.be> <20070718163637.3f0e0164.akpm@linux-foundation.org> <46A5E610.7000508@shadowen.org> <18086.41665.610756.139183@cargo.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Jens Axboe , "James E.J. Bottomley" , linux-scsi@vger.kernel.org, Jens Axboe , linux-kernel@vger.kernel.org, Alessandro Rubini , linuxppc-dev@ozlabs.org, Geert Uytterhoeven List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 25 Jul 2007 11:09:21 +1000 Paul Mackerras wrote: > Also, I prefer the style where the ? and : operators have a space > after them but not before them, rather than a space either side. Could I point out that your likes and dislikes are immaterial? The whole point here is to get kernel code looking consistent. That means that basically everyone ends up doing things which they'd prefer not to do. That certainly applies to me. The idea is that the benefit of making things consistent exceeds the costs of some individuals adopting styles which they are less used to. So telling people what you do and don't like is simply irrelevant, except for when it is used as an input in determining what the standard kernel style is to be. (And that is largely determined by observing what we have now). And sure, major subsytems can and do go off and do their own thing - ia64 for example has done a lot of that, pretty consistently. The world hasn't ended as a result.