From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.mei.co.jp ([133.183.100.20]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XVsFk-0005Qu-AJ for linux-mtd@lists.infradead.org; Mon, 22 Sep 2014 01:17:20 +0000 Date: Mon, 22 Sep 2014 10:15:56 +0900 From: Masahiro Yamada To: Brian Norris Subject: Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes In-Reply-To: <20140919170020.GF1193@ld-irv-0074> References: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> <20140919170020.GF1193@ld-irv-0074> Message-Id: <20140922101555.0A05.AA925319@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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: , Hi Brian, On Fri, 19 Sep 2014 10:00:20 -0700 Brian Norris wrote: > 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. Everything looks good. Many thanks!! Best Regards Masahiro Yamada