staging: comedi: ni_65xx: tidy up the comedi_driver declaration
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 14 Jul 2014 19:07:01 +0000 (12:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:22:50 +0000 (13:22 -0700)
For aesthetics, add some whitespace to the comedi_driver declaration.

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/ni_65xx.c

index 07d59493ed7bcfd370646dbef71ce46b5f626254..6c194fcdcad0e9cf9947ab337613d87eccf93e03 100644 (file)
@@ -714,10 +714,10 @@ static void ni_65xx_detach(struct comedi_device *dev)
 }
 
 static struct comedi_driver ni_65xx_driver = {
-       .driver_name = "ni_65xx",
-       .module = THIS_MODULE,
-       .auto_attach = ni_65xx_auto_attach,
-       .detach = ni_65xx_detach,
+       .driver_name    = "ni_65xx",
+       .module         = THIS_MODULE,
+       .auto_attach    = ni_65xx_auto_attach,
+       .detach         = ni_65xx_detach,
 };
 
 static int ni_65xx_pci_probe(struct pci_dev *dev,
This page took 0.026106 seconds and 5 git commands to generate.