Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
drivers/iio/accel/dmard09.c
··· 126 126 } 127 127 128 128 static const struct i2c_device_id dmard09_id[] = { 129 - { "dmard09", 0}, 129 + { "dmard09", 0 }, 130 130 { }, 131 131 }; 132 132