diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-12-30 18:49:08 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-01-23 19:03:35 +0100 |
commit | 04e543086c1339afd07ca6ce8fea0ea3816b1b53 (patch) | |
tree | d0ed758630665b605a698f97f1675406d62854f4 | |
parent | iio:adc:hi8435: Tidy up white space around {} in id tables (diff) | |
download | linux-04e543086c1339afd07ca6ce8fea0ea3816b1b53.tar.xz linux-04e543086c1339afd07ca6ce8fea0ea3816b1b53.zip |
iio:adc:ti-adc084s021: Tidy up white space around {}
Previously inconsistent with a space after { but not before }.
Tidy that up to avoid providing an example to copy into new drivers.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-14-jic23@kernel.org
-rw-r--r-- | drivers/iio/adc/ti-adc084s021.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ti-adc084s021.c b/drivers/iio/adc/ti-adc084s021.c index ce3f5a3814f9..c9b5d9aec3dc 100644 --- a/drivers/iio/adc/ti-adc084s021.c +++ b/drivers/iio/adc/ti-adc084s021.c @@ -248,7 +248,7 @@ static const struct of_device_id adc084s021_of_match[] = { MODULE_DEVICE_TABLE(of, adc084s021_of_match); static const struct spi_device_id adc084s021_id[] = { - { ADC084S021_DRIVER_NAME, 0}, + { ADC084S021_DRIVER_NAME, 0 }, {} }; MODULE_DEVICE_TABLE(spi, adc084s021_id); |