mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
staging: et131x: Add space after { in pci ID table
Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ecce565056
commit
b57cb55b46
@@ -4397,7 +4397,7 @@ static int et131x_pci_setup(struct pci_dev *pdev,
|
||||
static const struct pci_device_id et131x_pci_table[] = {
|
||||
{ PCI_VDEVICE(ATT, ET131X_PCI_DEVICE_ID_GIG), 0UL},
|
||||
{ PCI_VDEVICE(ATT, ET131X_PCI_DEVICE_ID_FAST), 0UL},
|
||||
{0,}
|
||||
{ 0,}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, et131x_pci_table);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user