]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: comedi: me4000: tidy up comedi_lrange tables
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 10 Dec 2013 00:31:21 +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/me4000.c

index 7276002db38d632e0c49d34f2baa50d0ef87fc86..e739bcd66a04e220abeecb2c995479c1adf0a62e 100644 (file)
@@ -328,13 +328,12 @@ static const struct me4000_board me4000_boards[] = {
 };
 
 static const struct comedi_lrange me4000_ai_range = {
-       4,
-       {
-        UNI_RANGE(2.5),
-        UNI_RANGE(10),
-        BIP_RANGE(2.5),
-        BIP_RANGE(10),
-        }
+       4, {
+               UNI_RANGE(2.5),
+               UNI_RANGE(10),
+               BIP_RANGE(2.5),
+               BIP_RANGE(10)
+       }
 };
 
 #define FIRMWARE_NOT_AVAILABLE 1