]> Pileus Git - ~andy/linux/commitdiff
staging: comedi: pcl816: tidy up comedi_lrange tables
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 10 Dec 2013 00:31:18 +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/pcl816.c

index a2e0b545401b40035fe6fef92eabc9ec84e4132a..e9d47045993308510060d5705b3d879164f0eaa0 100644 (file)
@@ -81,16 +81,17 @@ Configuration Options:
 
 #define MAGIC_DMA_WORD 0x5a5a
 
-static const struct comedi_lrange range_pcl816 = { 8, {
-                                                      BIP_RANGE(10),
-                                                      BIP_RANGE(5),
-                                                      BIP_RANGE(2.5),
-                                                      BIP_RANGE(1.25),
-                                                      UNI_RANGE(10),
-                                                      UNI_RANGE(5),
-                                                      UNI_RANGE(2.5),
-                                                      UNI_RANGE(1.25),
-                                                      }
+static const struct comedi_lrange range_pcl816 = {
+       8, {
+               BIP_RANGE(10),
+               BIP_RANGE(5),
+               BIP_RANGE(2.5),
+               BIP_RANGE(1.25),
+               UNI_RANGE(10),
+               UNI_RANGE(5),
+               UNI_RANGE(2.5),
+               UNI_RANGE(1.25)
+       }
 };
 
 struct pcl816_board {