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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alexandru Ardelean and committed by
Jonathan Cameron
9b3b3b28 a5078012

+2 -2
+2 -2
drivers/iio/accel/adxl372_spi.c
··· 40 40 MODULE_DEVICE_TABLE(spi, adxl372_spi_id); 41 41 42 42 static const struct of_device_id adxl372_of_match[] = { 43 - { .compatible = "adi,adxl372" }, 44 - { }, 43 + { .compatible = "adi,adxl372" }, 44 + { } 45 45 }; 46 46 MODULE_DEVICE_TABLE(of, adxl372_of_match); 47 47