staging: comedi: ni_6527: tidy up the comedi_driver declaration
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 1 Oct 2013 22:14:46 +0000 (15:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 21:10:03 +0000 (14:10 -0700)
For aesthetics, add some whitespace.

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_6527.c

index d216287ce8b3faf114ac81ea65c698b002164a66..67ecf7b36669311e1b8029ac7a9da0c8e0fb7bf3 100644 (file)
@@ -442,10 +442,10 @@ static void ni6527_detach(struct comedi_device *dev)
 }
 
 static struct comedi_driver ni6527_driver = {
-       .driver_name = "ni_6527",
-       .module = THIS_MODULE,
-       .auto_attach = ni6527_auto_attach,
-       .detach = ni6527_detach,
+       .driver_name    = "ni_6527",
+       .module         = THIS_MODULE,
+       .auto_attach    = ni6527_auto_attach,
+       .detach         = ni6527_detach,
 };
 
 static int ni6527_pci_probe(struct pci_dev *dev,