diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-30 18:48:58 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-01-23 19:03:34 +0100 |
commit | 2ba83c80527eeb85291a8bd2e629e13dc89c27cf (patch) | |
tree | b876273ecaaf5a6df6d788c37a7ad0bc71aefdde /drivers/iio/light/vcnl4035.c | |
parent | iio:light:pa12203001: Tidy up white space change to add spaces after { and be... (diff) | |
download | linux-2ba83c80527eeb85291a8bd2e629e13dc89c27cf.tar.xz linux-2ba83c80527eeb85291a8bd2e629e13dc89c27cf.zip |
iio:light:vcnl4035: Trivial whitespace cleanup to add space before }
Having a space after the { and not one before the } is inconsistent and
I'd rather not have examples of this that get copied into new drivers.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Parthiban Nallathambi <pn@denx.de>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-4-jic23@kernel.org
Diffstat (limited to '')
-rw-r--r-- | drivers/iio/light/vcnl4035.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/vcnl4035.c b/drivers/iio/light/vcnl4035.c index 0db306ee910e..da2bf622a67b 100644 --- a/drivers/iio/light/vcnl4035.c +++ b/drivers/iio/light/vcnl4035.c @@ -651,7 +651,7 @@ static const struct dev_pm_ops vcnl4035_pm_ops = { }; static const struct i2c_device_id vcnl4035_id[] = { - { "vcnl4035", 0}, + { "vcnl4035", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, vcnl4035_id); |