From 9220f91f9cb3f6725c874a459af277c508ce910a Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 24 May 2004 19:48:13 +0000 Subject: minor reformat git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1569 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/pci_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices') 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; -- cgit v1.2.3