commit | 89e3748acd0bf657af0e6fc47c4ed0943afb1a75 | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Wed Sep 30 01:19:10 2020 +0300 |
committer | Wolfram Sang <wsa@kernel.org> | Mon Oct 05 22:57:44 2020 +0200 |
tree | 629969650a6e57527de99ee4c64baf497f2b45d6 | |
parent | 3b3b8e59d0144beb3e4c5dc29abfa1f89e6d4423 [diff] |
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>