From c615249c33b0dd70e5ac1717313816c9c93bb19d Mon Sep 17 00:00:00 2001 From: "Zhao, Yu" Date: Mon, 13 Oct 2008 19:36:05 +0800 Subject: [PATCH] --- yaml --- r: 116718 b: refs/heads/master c: c322b28a04c084a467a862766f74c40c917a721c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pci.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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