From: Jonathan Cameron Date: Thu, 30 Dec 2021 17:49:01 +0000 (+0000) Subject: iio:proximity:ping: White space cleanup of spacing around {} in id tables X-Git-Tag: v6.1-rc5~1693^2~55^2~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07d6484f4998f826dae3d79f315731fa1573f139;p=platform%2Fkernel%2Flinux-starfive.git iio:proximity:ping: White space cleanup of spacing around {} in id tables The spacing in this driver was inconsistent so make sure we have a space after { and before } for the two id tables. Avoid providing examples of this inconsistency that get copied into new drivers. Signed-off-by: Jonathan Cameron Cc: Andreas Klinger Reviewed-by: Gwendal Grignou Link: https://lore.kernel.org/r/20211230174911.78291-7-jic23@kernel.org --- diff --git a/drivers/iio/proximity/ping.c b/drivers/iio/proximity/ping.c index 1283ac1c..24a97d4 100644 --- a/drivers/iio/proximity/ping.c +++ b/drivers/iio/proximity/ping.c @@ -267,8 +267,8 @@ static const struct iio_chan_spec ping_chan_spec[] = { }; static const struct of_device_id of_ping_match[] = { - { .compatible = "parallax,ping", .data = &pa_ping_cfg}, - { .compatible = "parallax,laserping", .data = &pa_laser_ping_cfg}, + { .compatible = "parallax,ping", .data = &pa_ping_cfg }, + { .compatible = "parallax,laserping", .data = &pa_laser_ping_cfg }, {}, };