Commit 5b18dc66 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: amplc_pci224: add whitespace to pci224_boards[]

Add a bit of whitespace to the initializer of `pci224_boards[]` for
aesthetic reasons.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 71e70e9f
...@@ -341,24 +341,24 @@ struct pci224_board { ...@@ -341,24 +341,24 @@ struct pci224_board {
static const struct pci224_board pci224_boards[] = { static const struct pci224_board pci224_boards[] = {
{ {
.name = "pci224", .name = "pci224",
.devid = PCI_DEVICE_ID_AMPLICON_PCI224, .devid = PCI_DEVICE_ID_AMPLICON_PCI224,
.model = pci224_model, .model = pci224_model,
.ao_chans = 16, .ao_chans = 16,
.ao_bits = 12, .ao_bits = 12,
}, },
{ {
.name = "pci234", .name = "pci234",
.devid = PCI_DEVICE_ID_AMPLICON_PCI234, .devid = PCI_DEVICE_ID_AMPLICON_PCI234,
.model = pci234_model, .model = pci234_model,
.ao_chans = 4, .ao_chans = 4,
.ao_bits = 16, .ao_bits = 16,
}, },
{ {
.name = "amplc_pci224", .name = "amplc_pci224",
.devid = PCI_DEVICE_ID_INVALID, .devid = PCI_DEVICE_ID_INVALID,
.model = any_model, /* wildcard */ .model = any_model, /* wildcard */
}, },
}; };
struct pci224_private { struct pci224_private {
......
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