minor reformat

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1569 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo
2004-05-24 19:48:13 +00:00
parent 9da7ff91f5
commit 9220f91f9c
2 changed files with 18 additions and 17 deletions

View File

@@ -672,8 +672,8 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn,
}
post_code(0x25);
/* if the child provides scan_bus(), for example a bridge, scan the
* bus behind that child */
/* if a child provides scan_bus(), for example a bridge, scan
* buses behind that child */
for (child = bus->children; child; child = child->sibling) {
if (!child->ops->scan_bus) {
continue;