]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
i2c: tegra: add spinlock definition comment
authorBitan Biswas <bbiswas@nvidia.com>
Tue, 11 Jun 2019 10:51:11 +0000 (03:51 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 12 Jun 2019 10:20:24 +0000 (12:20 +0200)
commit9d174476ddc137d3b47b3336f32edaa0ad40e158
tree554b9f27150fb8872f96a06009cbf3360523f6ca
parent26955a7bbfca698b024e1ff750b2d8e3d3f74118
i2c: tegra: add spinlock definition comment

Fix checkpatch.pl CHECK as follows:
CHECK: spinlock_t definition without comment
+       spinlock_t xfer_lock;

Signed-off-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-tegra.c