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

Next file: linux-2.4.22/arch/ppc/kernel/cpu_setup_6xx.S
Previous file: linux-2.4.22/arch/ppc/kernel/btext.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/kernel/checks.c linux-2.4.22/arch/ppc/kernel/checks.c
@@ -32,7 +32,7 @@
 			sizeof(struct thread_struct)%16);
 		ret = -1;
 	}
-#endif	
+#endif
 
 	if ( sizeof(struct pt_regs) % 16 )
 	{
@@ -41,7 +41,7 @@
 			sizeof(struct pt_regs),
 			sizeof(struct pt_regs)%16);
 		ret = -1;
-		
+
 	}
 
 	printf("Task size        : %d bytes\n"

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