Re: [PATCH V5 3/7] i2c: tegra: fix alignment and spacing violations

2019-06-12 Thread Wolfram Sang
On Tue, Jun 11, 2019 at 03:51:10AM -0700, Bitan Biswas wrote: > Fix checkpatch.pl alignment and blank line check(s) in i2c-tegra.c > > Signed-off-by: Bitan Biswas > Reviewed-by: Dmitry Osipenko Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH V5 3/7] i2c: tegra: fix alignment and spacing violations

2019-06-11 Thread Bitan Biswas
Fix checkpatch.pl alignment and blank line check(s) in i2c-tegra.c Signed-off-by: Bitan Biswas Reviewed-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 35 +++ 1 file changed, 19 insertions(+), 16 deletions(-) diff --git