VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / sh / drivers / pci / pci.c
index fce69a2..4bf3533 100644 (file)
@@ -25,7 +25,7 @@ static int __init pcibios_init(void)
 
 #ifdef CONFIG_PCI_AUTO
        /* assign resources */
-       busno=0;
+       busno = 0;
        for (p = board_pci_channels; p->pci_ops != NULL; p++) {
                busno = pciauto_assign_resources(busno, p) + 1;
        }