]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: tegra: Clean up whitespaces, newlines and indentation
authorDmitry Osipenko <digetx@gmail.com>
Tue, 29 Sep 2020 22:19:14 +0000 (01:19 +0300)
committerWolfram Sang <wsa@kernel.org>
Mon, 5 Oct 2020 20:57:45 +0000 (22:57 +0200)
commit15a150b38cd13a7b5e721e2d45e5a28fdb253b57
tree31ce5049667fda0eadb02beda3127a425c9042fa
parente5142b821498c9d414438806dab1e6f1fc45aedf
i2c: tegra: Clean up whitespaces, newlines and indentation

Some places in the code are missing newlines or have unnecessary
whitespaces and newlines. This creates inconsistency of the code and
hurts readability. This patch removes the unnecessary and adds necessary
whitespaces / newlines, clears indentation of the code.

Reviewed-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.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