diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-30 18:49:11 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-01-23 19:03:35 +0100 |
commit | 8c7b323a5573fae03b1902f09503f7fb559bfd77 (patch) | |
tree | 3fd9076a28eed42f5d6d8ddbbb642dfff54a37cf /drivers/iio/accel | |
parent | iio:proximity:vl53l0x: Tidy up white space around {} in id tables (diff) | |
download | linux-8c7b323a5573fae03b1902f09503f7fb559bfd77.tar.xz linux-8c7b323a5573fae03b1902f09503f7fb559bfd77.zip |
iio:accel:dmard09: Tidy up white space around {} in id table
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: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-17-jic23@kernel.org
Diffstat (limited to 'drivers/iio/accel')
-rw-r--r-- | drivers/iio/accel/dmard09.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/accel/dmard09.c b/drivers/iio/accel/dmard09.c index e6e28c964777..53ab6078cb7f 100644 --- a/drivers/iio/accel/dmard09.c +++ b/drivers/iio/accel/dmard09.c @@ -126,7 +126,7 @@ static int dmard09_probe(struct i2c_client *client, } static const struct i2c_device_id dmard09_id[] = { - { "dmard09", 0}, + { "dmard09", 0 }, { }, }; |