Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <Jonathan.Cameron@huawei.com>
Cc: Ivan Drobyshevskyi <drobyshevskyi@gmail.com>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-16-jic23@kernel.org

+1 -1
+1 -1
drivers/iio/proximity/vl53l0x-i2c.c
··· 226 226 } 227 227 228 228 static const struct i2c_device_id vl53l0x_id[] = { 229 - { "vl53l0x", 0}, 229 + { "vl53l0x", 0 }, 230 230 { } 231 231 }; 232 232 MODULE_DEVICE_TABLE(i2c, vl53l0x_id);