From: H Hartley Sweeten Date: Tue, 10 Dec 2013 00:31:24 +0000 (-0700) Subject: staging: comedi: ni_at_a2150: tidy up comedi_lrange tables X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=168a21038a5fdc532dbbde7d546996441e2f37e7;p=deliverable%2Flinux.git 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: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_at_a2150.c b/drivers/staging/comedi/drivers/ni_at_a2150.c index 0c71fdfecac2..f83eb9ebe278 100644 --- a/drivers/staging/comedi/drivers/ni_at_a2150.c +++ b/drivers/staging/comedi/drivers/ni_at_a2150.c @@ -124,10 +124,9 @@ struct a2150_board { /* analog input range */ static const struct comedi_lrange range_a2150 = { - 1, - { - RANGE(-2.828, 2.828), - } + 1, { + BIP_RANGE(2.828) + } }; /* enum must match board indices */