patch-2.4.20 linux-2.4.20/arch/mips/math-emu/sp_modf.c

Next file: linux-2.4.20/arch/mips/math-emu/sp_sub.c
Previous file: linux-2.4.20/arch/mips/math-emu/sp_frexp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/math-emu/sp_modf.c linux-2.4.20/arch/mips/math-emu/sp_modf.c
@@ -59,7 +59,7 @@
 		*ip = x;
 		return ieee754sp_zero(xs);
 	}
-	/* generate ipart mantissa by clearing bottom bits 
+	/* generate ipart mantissa by clearing bottom bits
 	 */
 	*ip = buildsp(xs, xe + SP_EBIAS,
 		      ((xm >> (SP_MBITS - xe)) << (SP_MBITS - xe)) &

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