From db855aca8c8a9931994d029cb7080ea6ae2ec4c0 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 2 Feb 2018 04:24:44 -0600 Subject: module-basics: fix wrapping Wrap lines that are too long for the slide. Signed-off-by: John Ogness --- kernel-devel/module-basics/vain_pci/vain_pci_1.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel-devel/module-basics/vain_pci/vain_pci_1.c') diff --git a/kernel-devel/module-basics/vain_pci/vain_pci_1.c b/kernel-devel/module-basics/vain_pci/vain_pci_1.c index d60b230..d920bb0 100644 --- a/kernel-devel/module-basics/vain_pci/vain_pci_1.c +++ b/kernel-devel/module-basics/vain_pci/vain_pci_1.c @@ -12,8 +12,9 @@ struct vain_pci_info { }; static struct pci_device_id vain_pci_ids[] __devinitdata = { - {PCI_VENDOR_ID_ILLEGAL_VENDOR, PCI_DEVICE_ID_ILLEGAL_VENDOR_DEVICE, + {PCI_VENDOR_ID_ILLEGAL_VENDOR, + PCI_DEVICE_ID_ILLEGAL_VENDOR_DEVICE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, - {0, } + { /* end of table */ } }; MODULE_DEVICE_TABLE(pci, vain_pci_ids); -- cgit v1.2.3