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

index 9707dd1239c4c04957ea9d32977f0ce7e5f37ca5..c043fd34d0ab27ef2be16528d766b727a882d99e 100644 (file)
  * comedi constants
  */
 static const struct comedi_lrange range_usbduxfast_ai_range = {
-       2, {BIP_RANGE(0.75), BIP_RANGE(0.5)}
+       2, {
+               BIP_RANGE(0.75),
+               BIP_RANGE(0.5)
+       }
 };
 
 /*