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 1XURWW-00030G-KL for linux-mtd@lists.infradead.org; Thu, 18 Sep 2014 02:32:45 +0000 Date: Thu, 18 Sep 2014 11:31:35 +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: <20140917171308.GC1193@ld-irv-0074> References: <1410865465-17941-1-git-send-email-yamada.m@jp.panasonic.com> <20140917171308.GC1193@ld-irv-0074> Message-Id: <20140918113135.70D0.AA925319@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Jiri Kosina , "grmoore@altera.com" , linux-kernel@vger.kernel.org, Josh Triplett , Rashika Kheria , linux-mtd@lists.infradead.org, Huang Shijie , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Brian, On Wed, 17 Sep 2014 10:13:08 -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 > > mtd: denali: remove a set-but-unused variable > > mtd: denali: remove unnecessary parentheses > > mtd: denali: fix indents and other trivial things > > This series still doesn't apply to l2-mtd.git. > > Brian I resent the last three patches as v3. v3 5/7 mtd: denali: remove a set-but-unused variable v3 6/7 mtd: denali: remove unnecessary parentheses v3 7/7 mtd: denali: fix indents and other trivial things I confirmed they are applicable onto commit 93e3c8adf6fcf2204ca334237b92c7f8cdafce6f of l2-mtd.git You said as follow: On Mon, 15 Sep 2014 22:07:32 -0700 Brian Norris wrote: > > Is there a chance for me to resend 5/7 to include this fix? > > Or is it too late? > > Just send a new patch, please. That's why I sent a new patch (v3 5/7) to replace commit 55ab9ec99bbfb4450dfa9bc0fd9e2c5052f4c3f7 Did I do wrong? Best Regards Masahiro Yamada