Re: [PATCH] staging: iio: accel: sca3000: remove extra space

From: Jonathan Cameron
Date: Mon Aug 29 2016 - 11:29:47 EST


On 23/08/16 03:45, Clifton Barnes wrote:
> fix checkpatch.pl warning about 'Statements should start on a
> tabstop'
>
> Signed-off-by: Clifton Barnes <clifton.a.barnes@xxxxxxxxx>
Applied to the togreg branch of iio.git. Will be initially
pushed out as testing for the autobuilders to play with it.

Thanks,

Jonathan
> ---
> drivers/staging/iio/accel/sca3000_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/accel/sca3000_core.c b/drivers/staging/iio/accel/sca3000_core.c
> index b5625f5..61f3241 100644
> --- a/drivers/staging/iio/accel/sca3000_core.c
> +++ b/drivers/staging/iio/accel/sca3000_core.c
> @@ -412,7 +412,7 @@ static const struct iio_event_spec sca3000_event = {
> }, \
> .event_spec = &sca3000_event, \
> .num_event_specs = 1, \
> - }
> + }
>
> static const struct iio_chan_spec sca3000_channels[] = {
> SCA3000_CHAN(0, IIO_MOD_X),
>