From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pz0-f42.google.com ([209.85.210.42]:37772 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986Ab1HXDPK (ORCPT ); Tue, 23 Aug 2011 23:15:10 -0400 Date: Wed, 24 Aug 2011 11:14:59 +0800 From: "Leonid V. Fedorenchik" To: Greg KH Cc: Greg Kroah-Hartman , Mauro Carvalho Chehab , Palash Bandyopadhyay , Ruslan Pisarev , Ilya Gorskin , Joe Perches , Arnd Bergmann , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2] Staging: cx25821: fix coding style issues Message-ID: <20110824111459.7320e557@inspire> In-Reply-To: <20110823214421.GF3679@kroah.com> References: <1312275798-9669-1-git-send-email-leonidsbox@gmail.com> <20110823214421.GF3679@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Tue, 23 Aug 2011 14:44:21 -0700 Greg KH wrote: > On Tue, Aug 02, 2011 at 05:03:18PM +0800, Leonid V. Fedorenchik wrote: > > Fix too long lines in cx25821-audio.h > > Fix wrong brace placement in cx25821-cards.c, cx25821-core.c, > > and cx25821-i2c.c > > Use DEFINE_PCI_DEVICE_TABLE for cx25821_pci_tbl. > > Move EXPORT_SYMBOL(cx25821_set_gpiopin_direction) to the right place. > > Delete file cx25821-gpio.h since it is not used. > > Get rid of typedef in cx25821.h. > > I prefer to get patches in a "one patch per thing you did" format. > > So, care to split this up into a number of smaller patches, all doing > the individual thing you list above? > > Yes, it's going to be a bunch of small patches, but then they will be > "obviously" correct and trivial to review and apply. > > thanks, > > greg k-h OK, no problem. I'll do this. Leonid V. Fedorenchik