summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/us5182d.c
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-12-30 17:48:59 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-01-23 18:03:34 +0000
commit77f8767627c0c6b3ccfd0bee96cbec097426244a (patch)
tree9b5b4d3e7bf32fa5e143cae41417fd65d3665440 /drivers/iio/light/us5182d.c
parent2ba83c80527eeb85291a8bd2e629e13dc89c27cf (diff)
downloadlinux-77f8767627c0c6b3ccfd0bee96cbec097426244a.tar.bz2
iio:light:us5182: White space cleanup of spacing around {} in id tables
The spacing in this driver was inconsistent so make sure we have a space after { and before } for the two id tables. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Link: https://lore.kernel.org/r/20211230174911.78291-5-jic23@kernel.org
Diffstat (limited to 'drivers/iio/light/us5182d.c')
-rw-r--r--drivers/iio/light/us5182d.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/light/us5182d.c b/drivers/iio/light/us5182d.c
index 96e4a66ddf28..1492aaf8d84c 100644
--- a/drivers/iio/light/us5182d.c
+++ b/drivers/iio/light/us5182d.c
@@ -947,15 +947,15 @@ static const struct dev_pm_ops us5182d_pm_ops = {
};
static const struct acpi_device_id us5182d_acpi_match[] = {
- { "USD5182", 0},
+ { "USD5182", 0 },
{}
};
MODULE_DEVICE_TABLE(acpi, us5182d_acpi_match);
static const struct i2c_device_id us5182d_id[] = {
- {"usd5182", 0},
- {}
+ { "usd5182", 0 },
+ {}
};
MODULE_DEVICE_TABLE(i2c, us5182d_id);