From: Olaf Hering <olh@suse.de>
To: Greg KH <greg@kroah.com>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] typo in pci_scan_bus_parented
Date: Fri, 28 Jan 2005 17:31:07 +0100 [thread overview]
Message-ID: <20050128163107.GA1124@suse.de> (raw)
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);
reply other threads:[~2005-01-28 16:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050128163107.GA1124@suse.de \
--to=olh@suse.de \
--cc=akpm@osdl.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox