diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-09 09:09:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-09 09:09:29 -0400 |
commit | 054d5c9238f3c577ad51195c3ee7803613f322cc (patch) | |
tree | ff7d9f5c0e0ddf14230ba28f28ef69a2c0a0debf /arch/mips/math-emu/dp_modf.c | |
parent | 11e4afb49b7fa1fc8e1ffd850c1806dd86a08204 (diff) | |
parent | 2192482ee5ce5d5d4a6cec0c351b2d3a744606eb (diff) |
Merge branch 'devel-stable' into devel
Diffstat (limited to 'arch/mips/math-emu/dp_modf.c')
-rw-r--r-- | arch/mips/math-emu/dp_modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_modf.c b/arch/mips/math-emu/dp_modf.c index 25861a42c36f..a8570e5c3efc 100644 --- a/arch/mips/math-emu/dp_modf.c +++ b/arch/mips/math-emu/dp_modf.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | /* modf function is always exact for a finite number | 30 | /* modf function is always exact for a finite number |
31 | */ | 31 | */ |
32 | ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp * ip) | 32 | ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip) |
33 | { | 33 | { |
34 | COMPXDP; | 34 | COMPXDP; |
35 | 35 | ||