mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
iio:frequency:admv1013: White space cleanup of spacing around {} in id tables
The spacing was inconsistent with a space after the { but not before the }. Tidy this up to avoid providing a bad example to copy into new drivers. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Antoniu Miclaus <antoniu.miclaus@analog.com> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Link: https://lore.kernel.org/r/20211230174911.78291-11-jic23@kernel.org
This commit is contained in:
parent
086fe53fd1
commit
9ccac0d047
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ static int admv1013_probe(struct spi_device *spi)
|
|||
}
|
||||
|
||||
static const struct spi_device_id admv1013_id[] = {
|
||||
{ "admv1013", 0},
|
||||
{ "admv1013", 0 },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(spi, admv1013_id);
|
||||
|
|
Loading…
Reference in a new issue