Re: [PATCH v5 36/36] i2c: tegra: Improve tegra_i2c_dev structure

2020-09-07 Thread Andy Shevchenko
On Sun, Sep 6, 2020 at 9:52 PM Dmitry Osipenko wrote: > > Rename, reorder and change type of a few members of the tegra_i2c_dev > structure in order to improve readability of the code and have consistent > typing of the variables. Again ping-pong. Should go before kernel doc changes. -- With Be

[PATCH v5 36/36] i2c: tegra: Improve tegra_i2c_dev structure

2020-09-06 Thread Dmitry Osipenko
Rename, reorder and change type of a few members of the tegra_i2c_dev structure in order to improve readability of the code and have consistent typing of the variables. Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 94 ++ 1 file changed, 50 i