forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
a507801275
commit
9b3b3b284a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user