Re: [PATCH] iio: gyro: clean up indentation issue

2019-10-06 Thread Jonathan Cameron
On Wed, 25 Sep 2019 13:32:53 +0100 Colin King wrote: > From: Colin Ian King > > There is a return statement that is indented incorrectly, add in > the missing tab. > > Signed-off-by: Colin Ian King Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to

[PATCH] iio: gyro: clean up indentation issue

2019-09-25 Thread Colin King
From: Colin Ian King There is a return statement that is indented incorrectly, add in the missing tab. Signed-off-by: Colin Ian King --- drivers/iio/gyro/itg3200_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/gyro/itg3200_core.c