staging: comedi: adv_pci1724: tidy up the comedi_driver declaration
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 20 Nov 2014 22:11:00 +0000 (15:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 23:36:41 +0000 (15:36 -0800)
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/adv_pci1724.c

index 4570e186447424b380ad017e97d550da2353bc39..6c5396c24646c0dc04d4c5b0878dd0f393a0e184 100644 (file)
@@ -195,10 +195,10 @@ static int adv_pci1724_auto_attach(struct comedi_device *dev,
 }
 
 static struct comedi_driver adv_pci1724_driver = {
-       .driver_name = "adv_pci1724",
-       .module = THIS_MODULE,
-       .auto_attach = adv_pci1724_auto_attach,
-       .detach = comedi_pci_detach,
+       .driver_name    = "adv_pci1724",
+       .module         = THIS_MODULE,
+       .auto_attach    = adv_pci1724_auto_attach,
+       .detach         = comedi_pci_detach,
 };
 
 static int adv_pci1724_pci_probe(struct pci_dev *dev,
This page took 0.024813 seconds and 5 git commands to generate.