From: Jonathan Cameron Date: Thu, 30 Dec 2021 17:48:57 +0000 (+0000) Subject: iio:light:pa12203001: Tidy up white space change to add spaces after { and before } X-Git-Tag: v6.1-rc5~1693^2~55^2~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e757756122cd70123330bd77dd9aa8846a2e98a;p=platform%2Fkernel%2Flinux-starfive.git iio:light:pa12203001: Tidy up white space change to add spaces after { and before } One case in here was inconsistent and was main focus of this patch. In that case there was a space after the { and none before the }. The second case was then inconsistent in having now spaces. Change makes sure there are spaces. Signed-off-by: Jonathan Cameron Reviewed-by: Gwendal Grignou Link: https://lore.kernel.org/r/20211230174911.78291-3-jic23@kernel.org --- diff --git a/drivers/iio/light/pa12203001.c b/drivers/iio/light/pa12203001.c index a52b2c7..528fa5d 100644 --- a/drivers/iio/light/pa12203001.c +++ b/drivers/iio/light/pa12203001.c @@ -452,14 +452,14 @@ static const struct dev_pm_ops pa12203001_pm_ops = { }; static const struct acpi_device_id pa12203001_acpi_match[] = { - { "TXCPA122", 0}, + { "TXCPA122", 0 }, {} }; MODULE_DEVICE_TABLE(acpi, pa12203001_acpi_match); static const struct i2c_device_id pa12203001_id[] = { - {"txcpa122", 0}, + { "txcpa122", 0 }, {} };