Cleanup the whitespace in the tables.

Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
Cc: Ian Abbott <abbo...@mev.co.uk>
Cc: Greg Kroah-Hartman <gre...@linuxfondation.org>
---
 drivers/staging/comedi/drivers/usbdux.c | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

diff --git a/drivers/staging/comedi/drivers/usbdux.c 
b/drivers/staging/comedi/drivers/usbdux.c
index 226b294..6707950 100644
--- a/drivers/staging/comedi/drivers/usbdux.c
+++ b/drivers/staging/comedi/drivers/usbdux.c
@@ -185,26 +185,20 @@ sampling rate. If you sample two channels you get 4kHz 
and so on.
 /* number of retries to get the right dux command */
 #define RETRIES 10
 
-/**************************************************/
-/* comedi constants */
-static const struct comedi_lrange range_usbdux_ai_range = { 4, {
-                                                               BIP_RANGE
-                                                               (4.096),
-                                                               BIP_RANGE(4.096
-                                                                         / 2),
-                                                               UNI_RANGE
-                                                               (4.096),
-                                                               UNI_RANGE(4.096
-                                                                         / 2)
-                                                               }
+static const struct comedi_lrange range_usbdux_ai_range = {
+       4, {
+               BIP_RANGE(4.096),
+               BIP_RANGE(4.096 / 2),
+               UNI_RANGE(4.096),
+               UNI_RANGE(4.096 / 2)
+       }
 };
 
-static const struct comedi_lrange range_usbdux_ao_range = { 2, {
-                                                               BIP_RANGE
-                                                               (4.096),
-                                                               UNI_RANGE
-                                                               (4.096),
-                                                               }
+static const struct comedi_lrange range_usbdux_ao_range = {
+       2, {
+               BIP_RANGE(4.096),
+               UNI_RANGE(4.096)
+       }
 };
 
 struct usbdux_private {
-- 
1.8.3.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to