Re: [PATCH] staging: iio: resolver: ad2s1210: Coding style fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 22/03/17 16:37, Olivier Leveque wrote:
> Apply proper indentation in order to follow the linux kernel coding style
> 
> Signed-off-by: Olivier Leveque <o_leveque@xxxxxxxxx>
Hi Oliver.

Already a fix in place for this one.

Thanks,

Jonathan
> ---
>  drivers/staging/iio/resolver/ad2s1210.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/iio/resolver/ad2s1210.c b/drivers/staging/iio/resolver/ad2s1210.c
> index 90b57c0..a6a8393 100644
> --- a/drivers/staging/iio/resolver/ad2s1210.c
> +++ b/drivers/staging/iio/resolver/ad2s1210.c
> @@ -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;
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux