Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964804AbWEBNRi (ORCPT ); Tue, 2 May 2006 09:17:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964805AbWEBNRi (ORCPT ); Tue, 2 May 2006 09:17:38 -0400 Received: from vanessarodrigues.com ([192.139.46.150]:43242 "EHLO jaguar.mkp.net") by vger.kernel.org with ESMTP id S964804AbWEBNRh (ORCPT ); Tue, 2 May 2006 09:17:37 -0400 To: David Woodhouse Cc: Jan Engelhardt , Jiri Slaby , "Randy.Dunlap" , lkml , akpm Subject: Re: [PATCH] CodingStyle: add typedefs chapter References: <20060430174426.a21b4614.rdunlap@xenotime.net> <1146502730.2885.128.camel@hades.cambridge.redhat.com> <4456732B.2090009@gmail.com> <1146517650.1921.55.camel@shinybook.infradead.org> From: Jes Sorensen Date: 02 May 2006 09:17:34 -0400 In-Reply-To: <1146517650.1921.55.camel@shinybook.infradead.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 18 >>>>> "David" == David Woodhouse writes: David> On Mon, 2006-05-01 at 23:01 +0200, Jan Engelhardt wrote: >> find rc3 -type f -print0 | xargs -0 perl -i -pe >> 's/\btask_t\b/struct task_struct' >> >> + a compile test afterwards. Something I missed? (Besides that >> lines may get longer and violate the 80-column CodingStyle rule.) David> If we're going to do that, we might as well make it 'struct David> task'. The additional '_struct' is redundant. There were some long discussions about that a couple of years ago. I believe Linus stated that he preferred _struct for those things. It is also less likely to hit name clashes. Jes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/