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

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

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

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