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

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

diff -urN linux-2.4.21/arch/ppc/kernel/softemu8xx.c linux-2.4.22/arch/ppc/kernel/softemu8xx.c
@@ -82,7 +82,7 @@
 		if (copy_from_user(ip, ea, sizeof(double)))
 			retval = -EFAULT;
 		break;
-		
+
 	case LFDU:
 		if (copy_from_user(ip, ea, sizeof(double)))
 			retval = -EFAULT;
@@ -137,7 +137,7 @@
 			printk("Kernel VA for NIP 0x%p ", __va(pa));
 			print_8xx_pte(current->mm, (unsigned long)__va(pa));
 		}
-		
+
 	}
 
 	if (retval == 0)

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