mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
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>
This commit is contained in:
committed by
Jonathan Cameron
parent
c9fb952360
commit
d8cfb1c649
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user