From: Petre Rodan Date: Tue, 14 Oct 2025 16:42:57 +0000 (+0300) Subject: iio: accel: bma220: white space cleanup X-Git-Tag: v6.19-rc1~65^2~58^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cfb1c6494d0dc07cc960dd6511dbda524698d0;p=thirdparty%2Fkernel%2Flinux.git iio: accel: bma220: white space cleanup Clean up white space inconsistencies from the last patch series as requested by Jonathan. Signed-off-by: Petre Rodan Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/bma220_core.c b/drivers/iio/accel/bma220_core.c index 2531d6a54ff0f..871342d21456b 100644 --- a/drivers/iio/accel/bma220_core.c +++ b/drivers/iio/accel/bma220_core.c @@ -128,7 +128,7 @@ enum bma220_axis { }; static const int bma220_scale_table[][2] = { - {0, 623000}, {1, 248000}, {2, 491000}, {4, 983000}, + { 0, 623000 }, { 1, 248000 }, { 2, 491000 }, { 4, 983000 }, }; struct bma220_data { diff --git a/drivers/iio/accel/bma220_spi.c b/drivers/iio/accel/bma220_spi.c index 7aced40173731..383ee8a135ee9 100644 --- a/drivers/iio/accel/bma220_spi.c +++ b/drivers/iio/accel/bma220_spi.c @@ -26,12 +26,12 @@ static int bma220_spi_probe(struct spi_device *spi) } static const struct spi_device_id bma220_spi_id[] = { - {"bma220", 0}, + { "bma220", 0 }, { } }; static const struct acpi_device_id bma220_acpi_id[] = { - {"BMA0220", 0}, + { "BMA0220", 0 }, { } }; MODULE_DEVICE_TABLE(spi, bma220_spi_id);