Commit 40b9a914 authored by Jonathan Cameron's avatar Jonathan Cameron

iio:proximity:rfd77402: White space cleanup of spacing around {} in id tables

The spacing in this driver was inconsistent with a space after the {
but not before the }.  Tidy this up to avoid providing a bad example
to copy into new drivers.
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarGwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-8-jic23@kernel.org
parent 07d6484f
...@@ -310,7 +310,7 @@ static int rfd77402_resume(struct device *dev) ...@@ -310,7 +310,7 @@ static int rfd77402_resume(struct device *dev)
static SIMPLE_DEV_PM_OPS(rfd77402_pm_ops, rfd77402_suspend, rfd77402_resume); static SIMPLE_DEV_PM_OPS(rfd77402_pm_ops, rfd77402_suspend, rfd77402_resume);
static const struct i2c_device_id rfd77402_id[] = { static const struct i2c_device_id rfd77402_id[] = {
{ "rfd77402", 0}, { "rfd77402", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(i2c, rfd77402_id); MODULE_DEVICE_TABLE(i2c, rfd77402_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