summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-12-30 17:49:09 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-01-23 18:03:35 +0000
commit2d77524b07267318faa5d06a51665872ad9aa5a1 (patch)
treec5cb497acd9e59e574e2bdb1b8f9da03c315d1e0 /drivers/iio/light
parent04e543086c1339afd07ca6ce8fea0ea3816b1b53 (diff)
downloadlinux-2d77524b07267318faa5d06a51665872ad9aa5a1.tar.bz2
iio:light:tsl2722: Fix inconsistent spacing before } in id table
The final entry was missing a space. Tidy that up. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Link: https://lore.kernel.org/r/20211230174911.78291-15-jic23@kernel.org
Diffstat (limited to 'drivers/iio/light')
-rw-r--r--drivers/iio/light/tsl2772.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/tsl2772.c b/drivers/iio/light/tsl2772.c
index d79205361dfa..729f14d9f2a4 100644
--- a/drivers/iio/light/tsl2772.c
+++ b/drivers/iio/light/tsl2772.c
@@ -1902,7 +1902,7 @@ static const struct i2c_device_id tsl2772_idtable[] = {
{ "tmd2672", tmd2672 },
{ "tsl2772", tsl2772 },
{ "tmd2772", tmd2772 },
- { "apds9930", apds9930},
+ { "apds9930", apds9930 },
{}
};