diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-07-22 10:25:46 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-08-22 10:53:15 +0100 |
commit | 9b3b3b284ad550ca6cd5049e84728d4939148b9d (patch) | |
tree | dd9f46b2348c3f57760cacfb14cffb159dd3e4d0 /drivers/iio/accel/adxl372_spi.c | |
parent | a507801275559a4c89b4a7ebbba983104ee2bd06 (diff) |
iio: adxl372_spi: change indentation for of_table
The change is mostly stylistic. The table should be indented with tabs
instead of spaces.
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/adxl372_spi.c')
-rw-r--r-- | drivers/iio/accel/adxl372_spi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/accel/adxl372_spi.c b/drivers/iio/accel/adxl372_spi.c index 3ef7e3a4804e..1f1352fee99a 100644 --- a/drivers/iio/accel/adxl372_spi.c +++ b/drivers/iio/accel/adxl372_spi.c @@ -40,8 +40,8 @@ static const struct spi_device_id adxl372_spi_id[] = { MODULE_DEVICE_TABLE(spi, adxl372_spi_id); static const struct of_device_id adxl372_of_match[] = { - { .compatible = "adi,adxl372" }, - { }, + { .compatible = "adi,adxl372" }, + { } }; MODULE_DEVICE_TABLE(of, adxl372_of_match); |