From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV1Y4-0006Rx-OR for linux-mtd@lists.infradead.org; Fri, 19 Sep 2014 17:00:45 +0000 Received: by mail-pd0-f182.google.com with SMTP id p10so120297pdj.41 for ; Fri, 19 Sep 2014 10:00:23 -0700 (PDT) Date: Fri, 19 Sep 2014 10:00:20 -0700 From: Brian Norris To: Masahiro Yamada Subject: Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes Message-ID: <20140919170020.GF1193@ld-irv-0074> References: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> Cc: Jiri Kosina , David Woodhouse , linux-kernel@vger.kernel.org, Josh Triplett , Rashika Kheria , linux-mtd@lists.infradead.org, "grmoore@altera.com" , Huang Shijie List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Sep 16, 2014 at 08:04:18PM +0900, Masahiro Yamada wrote: > > > Masahiro Yamada (7): > mtd: denali: fix the format of comment blocks > mtd: denali: remove unnecessary variable initializations > mtd: denali: remove unnecessary casts > mtd: denali: change the type of iterators to int I already merged these 4. > mtd: denali: remove a set-but-unused variable This one was merged but you changed it (and falsely kept the 'Reviewed-by' tag). So I split it out into its own patch and dropped the 'Reviewed-by'. > mtd: denali: remove unnecessary parentheses > mtd: denali: fix indents and other trivial things Applied a modified version of the last three, to l2-mtd.git. Feel free to check my work, but git tells me that the end result is identical. > drivers/mtd/nand/denali.c | 558 +++++++++++++++++++++++++--------------------- > 1 file changed, 301 insertions(+), 257 deletions(-) > Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757296AbaISRAZ (ORCPT ); Fri, 19 Sep 2014 13:00:25 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:51898 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756002AbaISRAX (ORCPT ); Fri, 19 Sep 2014 13:00:23 -0400 Date: Fri, 19 Sep 2014 10:00:20 -0700 From: Brian Norris To: Masahiro Yamada Cc: linux-mtd@lists.infradead.org, Rashika Kheria , linux-kernel@vger.kernel.org, Huang Shijie , Jiri Kosina , David Woodhouse , "grmoore@altera.com" , Josh Triplett Subject: Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes Message-ID: <20140919170020.GF1193@ld-irv-0074> References: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 16, 2014 at 08:04:18PM +0900, Masahiro Yamada wrote: > > > Masahiro Yamada (7): > mtd: denali: fix the format of comment blocks > mtd: denali: remove unnecessary variable initializations > mtd: denali: remove unnecessary casts > mtd: denali: change the type of iterators to int I already merged these 4. > mtd: denali: remove a set-but-unused variable This one was merged but you changed it (and falsely kept the 'Reviewed-by' tag). So I split it out into its own patch and dropped the 'Reviewed-by'. > mtd: denali: remove unnecessary parentheses > mtd: denali: fix indents and other trivial things Applied a modified version of the last three, to l2-mtd.git. Feel free to check my work, but git tells me that the end result is identical. > drivers/mtd/nand/denali.c | 558 +++++++++++++++++++++++++--------------------- > 1 file changed, 301 insertions(+), 257 deletions(-) > Brian