* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/drivers/pci_auto.c b/drivers/pci_auto.c
index 38b59ec..8fe72a3 100644
--- a/drivers/pci_auto.c
+++ b/drivers/pci_auto.c
@@ -257,7 +257,6 @@
 	}
 
 
-
 	if (hose->pci_mem)
 	{
 		pciauto_region_init(hose->pci_mem);
@@ -296,7 +295,7 @@
 
 		DEBUGF("PCI Autoconfig: Found P2P bridge, device %d\n", PCI_DEV(dev));
 		pciauto_prescan_setup_bridge(hose, dev, sub_bus);
-		
+
 		pci_hose_scan_bus(hose, hose->current_busno);
 
 		pciauto_postscan_setup_bridge(hose, dev, sub_bus);