]> Pileus Git - ~andy/linux/commitdiff
staging: comedi: comedi_test: tidy up comedi_lrange tables
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 10 Dec 2013 00:31:23 +0000 (17:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 18:05:47 +0000 (10:05 -0800)
Tidy up the whitespace in the comedi_lrange tables.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/comedi_test.c

index 16c07802107fde85cc164486a0051c38584bb983..d539eaf53b63fa8c32d53be62e0ed50a74f367c5 100644 (file)
@@ -74,11 +74,10 @@ static const int nano_per_micro = 1000;
 
 /* fake analog input ranges */
 static const struct comedi_lrange waveform_ai_ranges = {
-       2,
-       {
-        BIP_RANGE(10),
-        BIP_RANGE(5),
-        }
+       2, {
+               BIP_RANGE(10),
+               BIP_RANGE(5)
+       }
 };
 
 static unsigned short fake_sawtooth(struct comedi_device *dev,