summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/rfd77402.c
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-12-30 17:49:02 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-01-23 18:03:34 +0000
commit40b9a914676dea3a1f7044fd6bc67d0cdafbd51c (patch)
tree3e02f4ab9d56bed31e233f37f36f9e74475006be /drivers/iio/proximity/rfd77402.c
parent07d6484f4998f826dae3d79f315731fa1573f139 (diff)
downloadlinux-40b9a914676dea3a1f7044fd6bc67d0cdafbd51c.tar.gz
linux-40b9a914676dea3a1f7044fd6bc67d0cdafbd51c.tar.bz2
linux-40b9a914676dea3a1f7044fd6bc67d0cdafbd51c.zip
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: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Link: https://lore.kernel.org/r/20211230174911.78291-8-jic23@kernel.org
Diffstat (limited to 'drivers/iio/proximity/rfd77402.c')
-rw-r--r--drivers/iio/proximity/rfd77402.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/proximity/rfd77402.c b/drivers/iio/proximity/rfd77402.c
index 8c06d02139b6..0ae91963b570 100644
--- a/drivers/iio/proximity/rfd77402.c
+++ b/drivers/iio/proximity/rfd77402.c
@@ -310,7 +310,7 @@ static int rfd77402_resume(struct device *dev)
static SIMPLE_DEV_PM_OPS(rfd77402_pm_ops, rfd77402_suspend, rfd77402_resume);
static const struct i2c_device_id rfd77402_id[] = {
- { "rfd77402", 0},
+ { "rfd77402", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, rfd77402_id);