Commit 04e54308 authored by Jonathan Cameron's avatar Jonathan Cameron

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: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Reviewed-by: default avatarGwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-14-jic23@kernel.org
parent 988078cf
...@@ -248,7 +248,7 @@ static const struct of_device_id adc084s021_of_match[] = { ...@@ -248,7 +248,7 @@ static const struct of_device_id adc084s021_of_match[] = {
MODULE_DEVICE_TABLE(of, adc084s021_of_match); MODULE_DEVICE_TABLE(of, adc084s021_of_match);
static const struct spi_device_id adc084s021_id[] = { static const struct spi_device_id adc084s021_id[] = {
{ ADC084S021_DRIVER_NAME, 0}, { ADC084S021_DRIVER_NAME, 0 },
{} {}
}; };
MODULE_DEVICE_TABLE(spi, adc084s021_id); MODULE_DEVICE_TABLE(spi, adc084s021_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment