Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-21 Thread Masahiro Yamada
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:

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-21 Thread Masahiro Yamada
Hi Brian, On Fri, 19 Sep 2014 10:00:20 -0700 Brian Norris computersforpe...@gmail.com 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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-19 Thread Brian Norris
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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-19 Thread Brian Norris
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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Brian Norris
On Thu, Sep 18, 2014 at 11:31:35AM +0900, Masahiro Yamada wrote: > 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:

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Masahiro Yamada
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:

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Brian Norris
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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Brian Norris
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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Masahiro Yamada
Hi Brian, On Wed, 17 Sep 2014 10:13:08 -0700 Brian Norris computersforpe...@gmail.com 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

Re: [PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-17 Thread Brian Norris
On Thu, Sep 18, 2014 at 11:31:35AM +0900, Masahiro Yamada wrote: On Wed, 17 Sep 2014 10:13:08 -0700 Brian Norris computersforpe...@gmail.com 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

[PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-16 Thread Masahiro Yamada
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

[PATCH v3 0/7] mtd: denali: A collection of trivial coding style fixes

2014-09-16 Thread Masahiro Yamada
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