Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 168a2103 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_at_a2150: tidy up comedi_lrange tables



Tidy up the whitespace in the comedi_lrange tables.

Use the BIP_RANGE macro instead of the more generic RANGE macro to
reduce the potential for typos.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c7b51165
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -124,9 +124,8 @@ struct a2150_board {

/* analog input range */
static const struct comedi_lrange range_a2150 = {
	1,
	{
	 RANGE(-2.828, 2.828),
	1, {
		BIP_RANGE(2.828)
	}
};