PCI: Documentation: fix minor PCIe HOWTO thinko
authorAlex Chiang <achiang@hp.com>
Fri, 13 Feb 2009 19:03:17 +0000 (12:03 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 13 Feb 2009 21:59:19 +0000 (13:59 -0800)
Update doc to correctly refer to replacing the pci_register_driver API,
and not the non-existent "pci_module_init" API.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Documentation/PCI/PCIEBUS-HOWTO.txt

index 9a07e38..6bd5f37 100644 (file)
@@ -93,7 +93,7 @@ the PCI Express Port Bus driver from loading a service driver.
 
 int pcie_port_service_register(struct pcie_port_service_driver *new)
 
-This API replaces the Linux Driver Model's pci_module_init API. A
+This API replaces the Linux Driver Model's pci_register_driver API. A
 service driver should always calls pcie_port_service_register at
 module init. Note that after service driver being loaded, calls
 such as pci_enable_device(dev) and pci_set_master(dev) are no longer