Commit 86eae303 authored by Jonathan Cameron's avatar Jonathan Cameron

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: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Ivan Drobyshevskyi <drobyshevskyi@gmail.com>
Reviewed-by: default avatarGwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-16-jic23@kernel.org
parent 2d77524b
...@@ -226,7 +226,7 @@ static int vl53l0x_probe(struct i2c_client *client) ...@@ -226,7 +226,7 @@ static int vl53l0x_probe(struct i2c_client *client)
} }
static const struct i2c_device_id vl53l0x_id[] = { static const struct i2c_device_id vl53l0x_id[] = {
{ "vl53l0x", 0}, { "vl53l0x", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(i2c, vl53l0x_id); MODULE_DEVICE_TABLE(i2c, vl53l0x_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment