From: Jonathan Cameron Date: Thu, 30 Dec 2021 17:49:05 +0000 (+0000) Subject: iio:frequency:admv1013: White space cleanup of spacing around {} in id tables X-Git-Tag: v6.1-rc5~1693^2~55^2~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ccac0d047ea4d9be48c742e23e82ce18783afea;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Antoniu Miclaus Reviewed-by: Gwendal Grignou Link: https://lore.kernel.org/r/20211230174911.78291-11-jic23@kernel.org --- diff --git a/drivers/iio/frequency/admv1013.c b/drivers/iio/frequency/admv1013.c index 6cdeb50..849a9ea 100644 --- a/drivers/iio/frequency/admv1013.c +++ b/drivers/iio/frequency/admv1013.c @@ -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);