patch-2.4.22 linux-2.4.22/arch/ppc/kernel/prom.c

Next file: linux-2.4.22/arch/ppc/kernel/ptrace.c
Previous file: linux-2.4.22/arch/ppc/kernel/process.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/kernel/prom.c linux-2.4.22/arch/ppc/kernel/prom.c
@@ -1000,8 +1000,8 @@
 {
 	unsigned long mask;
 	int i;
-	
-	/* Check this one */ 
+
+	/* Check this one */
 	mask = bus_space_to_resource_flags(range->space);
 	for (i=0; i<DEVICE_COUNT_RESOURCE; i++) {
 		if ((pdev->resource[i].flags & mask) == mask &&
@@ -1049,7 +1049,7 @@
 		parent = &ioport_resource;
 	else
 		goto fail;
-		
+
 	/* Find a PCI parent if any */
 	nd = node;
 	pcidev = NULL;
@@ -1104,7 +1104,7 @@
 		parent = &ioport_resource;
 	else
 		return -EINVAL;
-		
+
 	/* Find a PCI parent if any */
 	nd = node;
 	pcidev = NULL;

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