]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/hotplug/ibmphp_core.c
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[karo-tx-linux.git] / drivers / pci / hotplug / ibmphp_core.c
index 7dccad5fc8910741f299928a38b7045cdebf0f88..cbd72d81d2536e5490a792d31fcdcf3055387fdd 100644 (file)
@@ -760,7 +760,7 @@ static u8 bus_structure_fixup(u8 busno)
        for (dev->devfn = 0; dev->devfn < 256; dev->devfn += 8) {
                if (!pci_read_config_word(dev, PCI_VENDOR_ID, &l) &&
                                        (l != 0x0000) && (l != 0xffff)) {
-                       debug("%s - Inside bus_struture_fixup()\n",
+                       debug("%s - Inside bus_structure_fixup()\n",
                                                        __func__);
                        pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL);
                        break;