Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Petre Rodan and committed by
Jonathan Cameron
d8cfb1c6 c9fb9523

+3 -3
+1 -1
drivers/iio/accel/bma220_core.c
··· 128 128 }; 129 129 130 130 static const int bma220_scale_table[][2] = { 131 - {0, 623000}, {1, 248000}, {2, 491000}, {4, 983000}, 131 + { 0, 623000 }, { 1, 248000 }, { 2, 491000 }, { 4, 983000 }, 132 132 }; 133 133 134 134 struct bma220_data {
+2 -2
drivers/iio/accel/bma220_spi.c
··· 26 26 } 27 27 28 28 static const struct spi_device_id bma220_spi_id[] = { 29 - {"bma220", 0}, 29 + { "bma220", 0 }, 30 30 { } 31 31 }; 32 32 33 33 static const struct acpi_device_id bma220_acpi_id[] = { 34 - {"BMA0220", 0}, 34 + { "BMA0220", 0 }, 35 35 { } 36 36 }; 37 37 MODULE_DEVICE_TABLE(spi, bma220_spi_id);