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)
commitc886a4a03a0155d5630a613b1f1c3f4fdde80b0a
tree31ce5049667fda0eadb02beda3127a425c9042fa
parent94a5573f0719cf82143d401658d0ad2940220b8d
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