mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
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
This commit is contained in:
parent
04e543086c
commit
2d77524b07
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ static const struct i2c_device_id tsl2772_idtable[] = {
|
|||
{ "tmd2672", tmd2672 },
|
||||
{ "tsl2772", tsl2772 },
|
||||
{ "tmd2772", tmd2772 },
|
||||
{ "apds9930", apds9930},
|
||||
{ "apds9930", apds9930 },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue