From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753088Ab0D1Fh3 (ORCPT ); Wed, 28 Apr 2010 01:37:29 -0400 Received: from kroah.org ([198.145.64.141]:60122 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461Ab0D1Fh2 (ORCPT ); Wed, 28 Apr 2010 01:37:28 -0400 Date: Tue, 27 Apr 2010 22:34:27 -0700 From: Greg KH To: Joe Perches Cc: devel@driverdev.osuosl.org, Scott Smedley , Greg KH , Jason Baldus , linux-kernel@vger.kernel.org, Harley Sweeten , Simon Horman Subject: Re: [PATCH 1/3] drivers/staging/dt3155: Integrate 3 badly styled files into 1 clean file Message-ID: <20100428053427.GA14510@kroah.com> References: <20100329032301.GC27607@verge.net.au> <20100427230228.GB17260@kroah.com> <1272432603.23132.30.camel@Joe-Laptop.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1272432603.23132.30.camel@Joe-Laptop.home> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 27, 2010 at 10:30:03PM -0700, Joe Perches wrote: > On Tue, 2010-04-27 at 16:02 -0700, Greg KH wrote: > > On Mon, Mar 29, 2010 at 12:34:28AM -0700, Joe Perches wrote: > > > Make variables static where appropriate > > > Rename dt3155_ variables to dt_ > > > to reduce code length and make more lines fit well in 80 chars > > > Remove now unnecessary .h files > > > Change indent to use tabs > > > Remove unused functions > > > Used bool more often > > > Checkpatch clean > > > > This is too much in one patch, sorry. > > You should be more consistent. I am human. > http://www.tuxradar.com/content/newbies-guide-hacking-linux-kernel > Greg even said, "submit one big patch if you want" Yes, but I will then help to guide them to make it a more reasonable, and reviewable, patch :) > > It also doesn't apply due to > > other changes in these files (that you then remove in patch 3) from > > other developers. > > No, it doesn't apply because you chose to apply other patches > before this one. Those patches were sent to me before yours, sorry. thanks, greg "slowly catching up" k-h