Commit 3138bbc1 authored by Victor Colombo's avatar Victor Colombo Committed by Jonathan Cameron
Browse files

staging: iio: ad5933: Remove unnecessary blank line



This patch fixes the checkpatch.pl warning:

WARNING: Blank lines aren't necessary before a close brace '}'

Signed-off-by: default avatarVictor Colombo <victorcolombo@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent e147791f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

}

/*