From: Olaf Hering printk format string misses a x Signed-off-by: Olaf Hering Signed-off-by: Andrew Morton --- 25-akpm/drivers/pci/probe.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pci/probe.c~typo-in-pci_scan_bus_parented drivers/pci/probe.c --- 25/drivers/pci/probe.c~typo-in-pci_scan_bus_parented 2005-01-28 20:41:35.094839704 -0800 +++ 25-akpm/drivers/pci/probe.c 2005-01-28 20:41:35.097839248 -0800 @@ -879,7 +879,7 @@ struct pci_bus * __devinit pci_scan_bus_ if (pci_find_bus(pci_domain_nr(b), bus)) { /* If we already got to this bus through a different bridge, ignore it */ - DBG("PCI: Bus %04:%02x already known\n", pci_domain_nr(b), bus); + DBG("PCI: Bus %04x:%02x already known\n", pci_domain_nr(b), bus); goto err_out; } list_add_tail(&b->node, &pci_root_buses); _