On Wed, 09 Sep 2020 01:40:05 +0300, Dmitry Osipenko wrote: > 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@xxxxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > Acked-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/i2c/busses/i2c-tegra.c | 72 +++++++++++++++++++++------------- > 1 file changed, 45 insertions(+), 27 deletions(-) Tested-by: Thierry Reding <treding@xxxxxxxxxx>