]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pci.h
PCI: Fix comment of pci_dynids
[linux-2.6-omap-h63xx.git] / include / linux / pci.h
index f1f73f79a180638b03ae918386170b36379990bc..76c9a4a9615249c2b1f1f2979255188162e64817 100644 (file)
@@ -338,7 +338,7 @@ struct pci_bus_region {
 struct pci_dynids {
        spinlock_t lock;            /* protects list, index */
        struct list_head list;      /* for IDs added at runtime */
-       unsigned int use_driver_data:1; /* pci_driver->driver_data is used */
+       unsigned int use_driver_data:1; /* pci_device_id->driver_data is used */
 };
 
 /* ---------------------------------------------------------------- */