mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
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: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
71e70e9f6d
commit
5b18dc660a
@@ -341,24 +341,24 @@ struct pci224_board {
|
||||
|
||||
static const struct pci224_board pci224_boards[] = {
|
||||
{
|
||||
.name = "pci224",
|
||||
.devid = PCI_DEVICE_ID_AMPLICON_PCI224,
|
||||
.model = pci224_model,
|
||||
.ao_chans = 16,
|
||||
.ao_bits = 12,
|
||||
},
|
||||
.name = "pci224",
|
||||
.devid = PCI_DEVICE_ID_AMPLICON_PCI224,
|
||||
.model = pci224_model,
|
||||
.ao_chans = 16,
|
||||
.ao_bits = 12,
|
||||
},
|
||||
{
|
||||
.name = "pci234",
|
||||
.devid = PCI_DEVICE_ID_AMPLICON_PCI234,
|
||||
.model = pci234_model,
|
||||
.ao_chans = 4,
|
||||
.ao_bits = 16,
|
||||
},
|
||||
.name = "pci234",
|
||||
.devid = PCI_DEVICE_ID_AMPLICON_PCI234,
|
||||
.model = pci234_model,
|
||||
.ao_chans = 4,
|
||||
.ao_bits = 16,
|
||||
},
|
||||
{
|
||||
.name = "amplc_pci224",
|
||||
.devid = PCI_DEVICE_ID_INVALID,
|
||||
.model = any_model, /* wildcard */
|
||||
},
|
||||
.name = "amplc_pci224",
|
||||
.devid = PCI_DEVICE_ID_INVALID,
|
||||
.model = any_model, /* wildcard */
|
||||
},
|
||||
};
|
||||
|
||||
struct pci224_private {
|
||||
|
||||
Reference in New Issue
Block a user