From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754871Ab1J0Idx (ORCPT ); Thu, 27 Oct 2011 04:33:53 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:45240 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754789Ab1J0Idw (ORCPT ); Thu, 27 Oct 2011 04:33:52 -0400 Date: Thu, 27 Oct 2011 09:33:18 +0100 From: Russell King - ARM Linux To: Vinod Koul Cc: Barry Song , Arnd Bergmann , Jassi Brar , Linus Walleij , linux-kernel@vger.kernel.org, workgroup.linux@csr.com, Rongjun Ying , Barry Song , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4] dmaengine: add CSR SiRFprimaII DMAC driver Message-ID: <20111027083318.GC19187@n2100.arm.linux.org.uk> References: <1318907324-17046-1-git-send-email-Barry.Song@csr.com> <1319703535.20054.30.camel@vkoul-udesk3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319703535.20054.30.camel@vkoul-udesk3> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 27, 2011 at 01:48:55PM +0530, Vinod Koul wrote: > On Mon, 2011-10-17 at 20:08 -0700, Barry Song wrote: > > From: Rongjun Ying > > > > Cc: Jassi Brar > > Cc: Arnd Bergmann > > Cc: Linus Walleij > > Signed-off-by: Rongjun Ying > > Signed-off-by: Barry Song > > --- > > -v4: > > add error handler in probe; > > free resource in remove; > > add necessary comments in source codes; > > fix the mismatch of license between file head and MODULE_LINCENSE; > > define MACRO to replace magic number for xlen/dma_width boundary. > Barry, > > You should _always_ run checkpatch before sending patches. It should > have 0 errors. Not true. > ERROR: trailing whitespace > #773: FILE: drivers/dma/sirf-dma.c:649: > +^I$ > > > Also there are bunch of 80char warning, see if you can reduce/eliminate > them without sacrificing the code readability, and looking at them it > seems possible 80char warnings about printks should be ignored, because breaking kernel messages across lines prevents them from being greppable. This (breaking kernel messages, particularly error messages, across multiple lines) is a topic Linus has frequently complained about.