summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_modf.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_modf.c')
-rw-r--r--arch/mips/math-emu/dp_modf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/math-emu/dp_modf.c b/arch/mips/math-emu/dp_modf.c
index 25861a42c36f..b01f9cf6d402 100644
--- a/arch/mips/math-emu/dp_modf.c
+++ b/arch/mips/math-emu/dp_modf.c
@@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
*
* ########################################################################
*
@@ -29,7 +28,7 @@
/* modf function is always exact for a finite number
*/
-ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp * ip)
+ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip)
{
COMPXDP;