]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6de5381bc57eaedb2abba4d472f512df8a5ab9e1
tree629969650a6e57527de99ee4c64baf497f2b45d6
parenta0860f2189feec7b7503888dc0f68d81407575c9
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