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:
parent
1aca202610
commit
2b7cb7bed6
@ -490,8 +490,8 @@ static int ad2s1210_read_raw(struct iio_dev *indio_dev,
|
|||||||
ad2s1210_set_mode(MOD_VEL, st);
|
ad2s1210_set_mode(MOD_VEL, st);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto error_ret;
|
goto error_ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user