Skip to content
Snippets Groups Projects
Commit 8c7b323a authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

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: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarGwendal Grignou <gwendal@chromium.org>
Link: https://lore.kernel.org/r/20211230174911.78291-17-jic23@kernel.org
parent 86eae303
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ static int dmard09_probe(struct i2c_client *client, ...@@ -126,7 +126,7 @@ static int dmard09_probe(struct i2c_client *client,
} }
static const struct i2c_device_id dmard09_id[] = { static const struct i2c_device_id dmard09_id[] = {
{ "dmard09", 0}, { "dmard09", 0 },
{ }, { },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment