diff options
author | Zhao, Yu <yu.zhao@intel.com> | 2008-10-13 07:36:05 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-10-20 13:54:28 -0400 |
commit | c322b28a04c084a467a862766f74c40c917a721c (patch) | |
tree | 74845fc3bd358be76291e4aefa60ea2adf86aa32 /include/linux/pci.h | |
parent | 5d9bc1fa47f0c1561f1d7c0bdff5e24860852b42 (diff) |
PCI: use same arg names in PCI_VDEVICE comment
This cleanup makes the argument names in PCI_VDEVICE comment consistent
with those used in its definition.
Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/pci.h')
-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 |