Staging: iio: resolver: ad2s1210: Fix warning, statements should start on a tabstop

Fix checkpatch warning:
Statements should start on a tabstop.

Signed-off-by: Miguel Robles <miguel.robles@farole.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Miguel Robles 2017-03-16 15:28:29 +01:00 committed by Jonathan Cameron
parent 1aca202610
commit 2b7cb7bed6
1 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,8 @@ static int ad2s1210_read_raw(struct iio_dev *indio_dev,
ad2s1210_set_mode(MOD_VEL, st);
break;
default:
ret = -EINVAL;
break;
ret = -EINVAL;
break;
}
if (ret < 0)
goto error_ret;