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
This commit is contained in:
Jonathan Cameron 2021-12-30 17:49:11 +00:00
parent 86eae303c0
commit 8c7b323a55
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static int dmard09_probe(struct i2c_client *client,
}
static const struct i2c_device_id dmard09_id[] = {
{ "dmard09", 0},
{ "dmard09", 0 },
{ },
};