From: Jonathan Cameron Date: Thu, 30 Dec 2021 17:49:11 +0000 (+0000) Subject: iio:accel:dmard09: Tidy up white space around {} in id table X-Git-Tag: v6.1-rc5~1693^2~55^2~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c7b323a5573fae03b1902f09503f7fb559bfd77;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Gwendal Grignou Link: https://lore.kernel.org/r/20211230174911.78291-17-jic23@kernel.org --- diff --git a/drivers/iio/accel/dmard09.c b/drivers/iio/accel/dmard09.c index e6e28c9..53ab607 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 }, { }, };