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

From: Thierry Reding
Date: Mon Sep 21 2020 - 06:25:36 EST


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 <digetx@xxxxxxxxx>
> ---
> drivers/i2c/busses/i2c-tegra.c | 97 ++++++++++++++++------------------
> 1 file changed, 45 insertions(+), 52 deletions(-)

Tested-by: Thierry Reding <treding@xxxxxxxxxx>