From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v4 1/9] atm: propagate signal changes via notifier Date: Thu, 08 Jul 2010 23:53:14 -0700 (PDT) Message-ID: <20100708.235314.241453003.davem@davemloft.net> References: <4C36C353.9080501@hiramoto.org> <20100708.233801.258129125.davem@davemloft.net> <20100709065012.GB24576@verge.net.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: karl@hiramoto.org, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, chas@cmf.nrl.navy.mil To: horms@verge.net.au Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:40321 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753609Ab0GIGw7 (ORCPT ); Fri, 9 Jul 2010 02:52:59 -0400 In-Reply-To: <20100709065012.GB24576@verge.net.au> Sender: netdev-owner@vger.kernel.org List-ID: From: Simon Horman Date: Fri, 9 Jul 2010 15:50:13 +0900 > On Thu, Jul 08, 2010 at 11:38:01PM -0700, David Miller wrote: >> From: Karl Hiramoto >> Date: Fri, 09 Jul 2010 08:36:03 +0200 >> >> > Ok, fixing it, but there are 100's of occurences in net/ like i had it. :-) >> >> I would be happy to see a patch which fixes them up :-) > > Really? By my calculations it would be an awful lot of churn. > > $ find net/ -type f -name "*.[chS]" | xargs grep "\/\* *$" | wc -l > 6833 > $ find net/ -type f -name "*.[chS]" | xargs grep -l "\/\* *$" | wc -l > 929 I didn't mean "one patch" which fixes them up :) Done graudually in chunks over a period of time, it's not likely to be so much churn. This is how every other coding style malfeasance gets handled.