aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 387fbbb97431..7217f4283ce8 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -984,7 +984,7 @@ EXPORT_SYMBOL(pci_scan_single_device);
984 * 984 *
985 * Scan a PCI slot on the specified PCI bus for devices, adding 985 * Scan a PCI slot on the specified PCI bus for devices, adding
986 * discovered devices to the @bus->devices list. New devices 986 * discovered devices to the @bus->devices list. New devices
987 * will have an empty dev->global_list head. 987 * will not have is_added set.
988 */ 988 */
989int pci_scan_slot(struct pci_bus *bus, int devfn) 989int pci_scan_slot(struct pci_bus *bus, int devfn)
990{ 990{