Re: [PATCH] iio: adxl372: change indentation for of_table

2020-07-21 Thread Andy Shevchenko
On Mon, Jul 20, 2020 at 4:49 PM Alexandru Ardelean wrote: > > The change is mostly stylistic. The table should be indented with tabs > instead of spaces. > > Signed-off-by: Alexandru Ardelean > --- > drivers/iio/accel/adxl372_spi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[PATCH] iio: adxl372: change indentation for of_table

2020-07-20 Thread Alexandru Ardelean
The change is mostly stylistic. The table should be indented with tabs instead of spaces. Signed-off-by: Alexandru Ardelean --- drivers/iio/accel/adxl372_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iio/accel/adxl372_spi.c b/drivers/iio/accel/adxl372_spi.