]> Pileus Git - ~andy/linux/commitdiff
staging: comedi: fl512: tidy up comedi_lrange tables
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 10 Dec 2013 00:31:17 +0000 (17:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 18:05:46 +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/fl512.c

index aff1e7db138e4ac90ad4af6a94055ae9c35792ed..a99ddf00ddc44a466a1e1b6b89db6cdf4207018a 100644 (file)
@@ -26,15 +26,16 @@ struct fl512_private {
        unsigned short ao_readback[2];
 };
 
-static const struct comedi_lrange range_fl512 = { 4, {
-                                                     BIP_RANGE(0.5),
-                                                     BIP_RANGE(1),
-                                                     BIP_RANGE(5),
-                                                     BIP_RANGE(10),
-                                                     UNI_RANGE(1),
-                                                     UNI_RANGE(5),
-                                                     UNI_RANGE(10),
-                                                     }
+static const struct comedi_lrange range_fl512 = {
+       4, {
+               BIP_RANGE(0.5),
+               BIP_RANGE(1),
+               BIP_RANGE(5),
+               BIP_RANGE(10),
+               UNI_RANGE(1),
+               UNI_RANGE(5),
+               UNI_RANGE(10)
+       }
 };
 
 /*