i2c: tegra: Improve formatting of variables
authorDmitry Osipenko <digetx@gmail.com>
Tue, 29 Sep 2020 22:19:10 +0000 (01:19 +0300)
committerWolfram Sang <wsa@kernel.org>
Mon, 5 Oct 2020 20:57:44 +0000 (22:57 +0200)
commit89e3748acd0bf657af0e6fc47c4ed0943afb1a75
tree629969650a6e57527de99ee4c64baf497f2b45d6
parent3b3b8e59d0144beb3e4c5dc29abfa1f89e6d4423
i2c: tegra: Improve formatting of variables

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.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-tegra.c