Re: [PATCH v2] iio: adxl372_spi: change indentation for of_table

2020-07-26 Thread Jonathan Cameron
On Wed, 22 Jul 2020 10:25:46 +0300 Alexandru Ardelean wrote: > The change is mostly stylistic. The table should be indented with tabs > instead of spaces. > > Signed-off-by: Alexandru Ardelean Applied > --- > > Changelog v1 -> v2: > * remove trailing comma at null terminator > >

[PATCH v2] iio: adxl372_spi: change indentation for of_table

2020-07-22 Thread Alexandru Ardelean
The change is mostly stylistic. The table should be indented with tabs instead of spaces. Signed-off-by: Alexandru Ardelean --- Changelog v1 -> v2: * remove trailing comma at null terminator drivers/iio/accel/adxl372_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git