iio:light:tsl2722: Fix inconsistent spacing before } in id table
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 30 Dec 2021 17:49:09 +0000 (17:49 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 23 Jan 2022 18:03:35 +0000 (18:03 +0000)
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
drivers/iio/light/tsl2772.c

index d792053..729f14d 100644 (file)
@@ -1902,7 +1902,7 @@ static const struct i2c_device_id tsl2772_idtable[] = {
        { "tmd2672", tmd2672 },
        { "tsl2772", tsl2772 },
        { "tmd2772", tmd2772 },
-       { "apds9930", apds9930},
+       { "apds9930", apds9930 },
        {}
 };