Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb4bbac2 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman
Browse files

staging: comedi: amplc_pci230: add whitespace to pci230_boards[]



Add a bit of whitespace to the initializer of `pci230_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 2503f6fe
Loading
Loading
Loading
Loading
+39 −37
Original line number Diff line number Diff line
@@ -467,6 +467,7 @@ struct pci230_board {
	int have_dio;
	unsigned int min_hwver;	/* Minimum hardware version supported. */
};

static const struct pci230_board pci230_boards[] = {
	{
		.name		= "pci230+",
@@ -507,7 +508,8 @@ static const struct pci230_board pci230_boards[] = {
		.have_dio	= 0,
	},
	{
	 .name = "amplc_pci230",	/* Wildcard matches any above */
		/* Wildcard matches any above */
		.name		= "amplc_pci230",
		.id		= PCI_DEVICE_ID_INVALID,
	},
};