patch-2.4.22 linux-2.4.22/arch/ppc/platforms/spruce_pci.c

Next file: linux-2.4.22/arch/ppc/platforms/tqm8xx.h
Previous file: linux-2.4.22/arch/ppc/platforms/spruce.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/platforms/spruce_pci.c linux-2.4.22/arch/ppc/platforms/spruce_pci.c
@@ -1,6 +1,6 @@
 /*
  * arch/ppc/platforms/spruce_pci.c
- * 
+ *
  * PCI support for IBM Spruce
  *
  * Author: Johnnie Peters
@@ -31,7 +31,7 @@
 {
 	static char pci_irq_table[][4] =
 		/*
-		 * 	PCI IDSEL/INTPIN->INTLINE 
+		 * 	PCI IDSEL/INTPIN->INTLINE
 		 * 	A	B	C	D
 		 */
 	{
@@ -52,7 +52,7 @@
 
 	/* Setup hose */
 	hose = pcibios_alloc_controller();
-	if (!hose) 
+	if (!hose)
 		return;
 
 	hose->first_busno = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)