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

2014-09-16 Thread Masahiro Yamada
Hi Brian, On Mon, 15 Sep 2014 22:07:32 -0700 Brian Norris wrote: > Hi Masahiro, > > On Tue, Sep 16, 2014 at 11:11:58AM +0900, Masahiro Yamada wrote: > > On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris > > wrote: > > > On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: > > > >

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

2014-09-16 Thread Masahiro Yamada
Hi Brian, On Mon, 15 Sep 2014 22:07:32 -0700 Brian Norris computersforpe...@gmail.com wrote: Hi Masahiro, On Tue, Sep 16, 2014 at 11:11:58AM +0900, Masahiro Yamada wrote: On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris computersforpe...@gmail.com wrote: On Tue, Sep 09, 2014 at

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

2014-09-15 Thread Brian Norris
Hi Masahiro, On Tue, Sep 16, 2014 at 11:11:58AM +0900, Masahiro Yamada wrote: > On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris > wrote: > > On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: > > > Changes in v2: > > > - Join quotes strings into a single line > > > > > >

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

2014-09-15 Thread Masahiro Yamada
Hi Brian, On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris wrote: > On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: > > Changes in v2: > > - Join quotes strings into a single line > > > > Masahiro Yamada (7): > > mtd: denali: fix the format of comment blocks > > mtd:

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

2014-09-15 Thread Brian Norris
On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: > Changes in v2: > - Join quotes strings into a single line > > Masahiro Yamada (7): > mtd: denali: fix the format of comment blocks > mtd: denali: remove unnecessary variable initializations > mtd: denali: remove

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

2014-09-15 Thread Brian Norris
On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: Changes in v2: - Join quotes strings into a single line Masahiro Yamada (7): mtd: denali: fix the format of comment blocks mtd: denali: remove unnecessary variable initializations mtd: denali: remove unnecessary casts

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

2014-09-15 Thread Masahiro Yamada
Hi Brian, On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris computersforpe...@gmail.com wrote: On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: Changes in v2: - Join quotes strings into a single line Masahiro Yamada (7): mtd: denali: fix the format of comment

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

2014-09-15 Thread Brian Norris
Hi Masahiro, On Tue, Sep 16, 2014 at 11:11:58AM +0900, Masahiro Yamada wrote: On Mon, 15 Sep 2014 17:36:20 -0700 Brian Norris computersforpe...@gmail.com wrote: On Tue, Sep 09, 2014 at 11:01:50AM +0900, Masahiro Yamada wrote: Changes in v2: - Join quotes strings into a single line

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

2014-09-08 Thread Masahiro Yamada
Changes in v2: - Join quotes strings into a single line 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:

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

2014-09-08 Thread Masahiro Yamada
Changes in v2: - Join quotes strings into a single line 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: