Re: [PATCH v7 29/34] i2c: tegra: Improve formatting of variables

2020-09-21 Thread Thierry Reding
On Thu, Sep 17, 2020 at 06:13:36PM +0300, Dmitry Osipenko wrote: > 17.09.2020 15:16, Thierry Reding пишет: > > On Wed, Sep 09, 2020 at 01:40:01AM +0300, Dmitry Osipenko wrote: > >> Reorder definition of variables in the code to have them sorted by length > >> and grouped logically, also replace "un

Re: [PATCH v7 29/34] i2c: tegra: Improve formatting of variables

2020-09-21 Thread Thierry Reding
On Wed, 09 Sep 2020 01:40:01 +0300, Dmitry Osipenko wrote: > Reorder definition of variables in the code to have them sorted by length > and grouped logically, also replace "unsigned long" with "u32". Do this in > order to make code easier to read. > > Signed-off-by: Dmitry Osipenko > --- > driv

Re: [PATCH v7 29/34] i2c: tegra: Improve formatting of variables

2020-09-17 Thread Dmitry Osipenko
17.09.2020 15:16, Thierry Reding пишет: > On Wed, Sep 09, 2020 at 01:40:01AM +0300, Dmitry Osipenko wrote: >> Reorder definition of variables in the code to have them sorted by length >> and grouped logically, also replace "unsigned long" with "u32". Do this in >> order to make code easier to read.

Re: [PATCH v7 29/34] i2c: tegra: Improve formatting of variables

2020-09-17 Thread Thierry Reding
On Wed, Sep 09, 2020 at 01:40:01AM +0300, Dmitry Osipenko wrote: > Reorder definition of variables in the code to have them sorted by length > and grouped logically, also replace "unsigned long" with "u32". Do this in > order to make code easier to read. > > Signed-off-by: Dmitry Osipenko > --- >

[PATCH v7 29/34] i2c: tegra: Improve formatting of variables

2020-09-08 Thread Dmitry Osipenko
Reorder definition of variables in the code to have them sorted by length and grouped logically, also replace "unsigned long" with "u32". Do this in order to make code easier to read. Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 97 -- 1 fil