minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1569 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user