PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in comments
[safe/jmp/linux-2.6] / drivers / pci / pci.c
index 60fcb6f..264c3f6 100644 (file)
@@ -1193,7 +1193,7 @@ void pci_disable_enabled_device(struct pci_dev *dev)
  * anymore.  This only involves disabling PCI bus-mastering, if active.
  *
  * Note we don't actually disable the device until all callers of
- * pci_device_enable() have called pci_device_disable().
+ * pci_enable_device() have called pci_disable_device().
  */
 void
 pci_disable_device(struct pci_dev *dev)