diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-05-24 19:48:13 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-05-24 19:48:13 +0000 |
commit | 9220f91f9cb3f6725c874a459af277c508ce910a (patch) | |
tree | a1461ab6e623f08667dc395e4079bfbe92960598 /src/devices | |
parent | 9da7ff91f5e2cd428451ebd7477025e1dad7b716 (diff) | |
download | coreboot-9220f91f9cb3f6725c874a459af277c508ce910a.tar.xz |
minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1569 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/pci_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index a185aae8d6..f40b4d8adf 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -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; |