Re: [PATCH V5 4/7] i2c: tegra: add spinlock definition comment

2019-06-12 Thread Wolfram Sang
On Tue, Jun 11, 2019 at 03:51:11AM -0700, Bitan Biswas wrote: > Fix checkpatch.pl CHECK as follows: > CHECK: spinlock_t definition without comment > + spinlock_t xfer_lock; > > Signed-off-by: Bitan Biswas > Reviewed-by: Dmitry Osipenko Applied to for-next, thanks! signature.asc

[PATCH V5 4/7] i2c: tegra: add spinlock definition comment

2019-06-11 Thread Bitan Biswas
Fix checkpatch.pl CHECK as follows: CHECK: spinlock_t definition without comment + spinlock_t xfer_lock; Signed-off-by: Bitan Biswas Reviewed-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/i2c-tegra.c