You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
pci: hotplug: Fix typo in pci
Correct spelling typo in drivers/pci/hotplug. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
07db04098d
commit
367fa9821a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user