diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 8a4d0bebc311..008005674b60 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -455,8 +455,8 @@ struct pci_driver { | |||
455 | 455 | ||
456 | /** | 456 | /** |
457 | * PCI_VDEVICE - macro used to describe a specific pci device in short form | 457 | * PCI_VDEVICE - macro used to describe a specific pci device in short form |
458 | * @vend: the vendor name | 458 | * @vendor: the vendor name |
459 | * @dev: the 16 bit PCI Device ID | 459 | * @device: the 16 bit PCI Device ID |
460 | * | 460 | * |
461 | * This macro is used to create a struct pci_device_id that matches a | 461 | * This macro is used to create a struct pci_device_id that matches a |
462 | * specific PCI device. The subvendor, and subdevice fields will be set | 462 | * specific PCI device. The subvendor, and subdevice fields will be set |