Add missing space between { } to be consistent with the other { } . No functional change. Signed-off-by: Marek Vasut <marex@xxxxxxx> --- Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Jonathan Cameron <jic23@xxxxxxxxxx> Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> Cc: Matti Vaittinen <mazziesaccount@xxxxxxxxx> Cc: linux-iio@xxxxxxxxxxxxxxx --- drivers/iio/light/isl76682.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/light/isl76682.c b/drivers/iio/light/isl76682.c index 15a68609985b6..a17970fb3758e 100644 --- a/drivers/iio/light/isl76682.c +++ b/drivers/iio/light/isl76682.c @@ -328,7 +328,7 @@ static int isl76682_probe(struct i2c_client *client) static const struct i2c_device_id isl76682_id[] = { { "isl76682" }, - {} + { } }; MODULE_DEVICE_TABLE(i2c, isl76682_id); -- 2.42.0