mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 14:54:23 +08:00
staging: comedi: ni_6527: tidy up the comedi_driver declaration
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>
This commit is contained in:
parent
ea19a2a720
commit
903ac7a2aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user