diff --git a/[refs] b/[refs] index beea52f99bf4..2c6945b69648 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d9bc1fa47f0c1561f1d7c0bdff5e24860852b42 +refs/heads/master: c322b28a04c084a467a862766f74c40c917a721c diff --git a/trunk/include/linux/pci.h b/trunk/include/linux/pci.h index 8a4d0bebc311..008005674b60 100644 --- a/trunk/include/linux/pci.h +++ b/trunk/include/linux/pci.h @@ -455,8 +455,8 @@ struct pci_driver { /** * PCI_VDEVICE - macro used to describe a specific pci device in short form - * @vend: the vendor name - * @dev: the 16 bit PCI Device ID + * @vendor: the vendor name + * @device: the 16 bit PCI Device ID * * This macro is used to create a struct pci_device_id that matches a * specific PCI device. The subvendor, and subdevice fields will be set