Commit f5b6ebd6 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: ni_65xx: tidy up the comedi_driver declaration

For aesthetics, add some whitespace to the comedi_driver declaration.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent feb919dc
...@@ -714,10 +714,10 @@ static void ni_65xx_detach(struct comedi_device *dev) ...@@ -714,10 +714,10 @@ static void ni_65xx_detach(struct comedi_device *dev)
} }
static struct comedi_driver ni_65xx_driver = { static struct comedi_driver ni_65xx_driver = {
.driver_name = "ni_65xx", .driver_name = "ni_65xx",
.module = THIS_MODULE, .module = THIS_MODULE,
.auto_attach = ni_65xx_auto_attach, .auto_attach = ni_65xx_auto_attach,
.detach = ni_65xx_detach, .detach = ni_65xx_detach,
}; };
static int ni_65xx_pci_probe(struct pci_dev *dev, static int ni_65xx_pci_probe(struct pci_dev *dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment