From: Jonathan Cameron Date: Thu, 30 Dec 2021 17:49:10 +0000 (+0000) Subject: iio:proximity:vl53l0x: Tidy up white space around {} in id tables X-Git-Tag: v6.1-rc5~1693^2~55^2~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86eae303c0d67be23a06cb51dbeca5edef0d575c;p=platform%2Fkernel%2Flinux-starfive.git iio:proximity:vl53l0x: Tidy up white space around {} in id tables Previously inconsistent with a space after { but not before }. Tidy that up to avoid providing a bad example that might get copied into other drivers. Signed-off-by: Jonathan Cameron Cc: Ivan Drobyshevskyi Reviewed-by: Gwendal Grignou Link: https://lore.kernel.org/r/20211230174911.78291-16-jic23@kernel.org --- diff --git a/drivers/iio/proximity/vl53l0x-i2c.c b/drivers/iio/proximity/vl53l0x-i2c.c index cf38144..661a79e 100644 --- a/drivers/iio/proximity/vl53l0x-i2c.c +++ b/drivers/iio/proximity/vl53l0x-i2c.c @@ -226,7 +226,7 @@ static int vl53l0x_probe(struct i2c_client *client) } static const struct i2c_device_id vl53l0x_id[] = { - { "vl53l0x", 0}, + { "vl53l0x", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, vl53l0x_id);