Re: [PATCH 2/2] staging: iio: ad5933: Remove unnecessary blank line

From: Jonathan Cameron
Date: Sun Oct 28 2018 - 11:01:51 EST


On Mon, 22 Oct 2018 17:41:27 -0300
Victor Colombo <victorcolombo@xxxxxxxxx> wrote:

> This patch fixes the checkpatch.pl warning:
>
> WARNING: Blank lines aren't necessary before a close brace '}'
>
> Signed-off-by: Victor Colombo <victorcolombo@xxxxxxxxx>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to ignore it (we'll be testing the other patches I
applied today rather than this one which can't really be wrong :)

Thanks,

Jonathan

> ---
> drivers/staging/iio/impedance-analyzer/ad5933.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/iio/impedance-analyzer/ad5933.c b/drivers/staging/iio/impedance-analyzer/ad5933.c
> index 7a216ea90784..f9bcb8310e21 100644
> --- a/drivers/staging/iio/impedance-analyzer/ad5933.c
> +++ b/drivers/staging/iio/impedance-analyzer/ad5933.c
> @@ -267,7 +267,6 @@ static void ad5933_calc_out_ranges(struct ad5933_state *st)
>
> for (i = 0; i < 4; i++)
> st->range_avail[i] = normalized_3v3[i] * st->vref_mv / 3300;
> -
> }
>
> /*