public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo in pci_scan_bus_parented
@ 2005-01-28 16:31 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2005-01-28 16:31 UTC (permalink / raw)
  To: Greg KH, Andrew Morton; +Cc: linux-kernel


printk format string misses a x


Signed-off-by: Olaf Hering <olh@suse.de>

--- ../linux-2.6.11-rc2.orig/drivers/pci/probe.c	2005-01-22 02:48:34.000000000 +0100
+++ .//drivers/pci/probe.c	2005-01-28 17:24:50.115957815 +0100
@@ -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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-28 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-28 16:31 [PATCH] typo in pci_scan_bus_parented Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox