aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/sp_modf.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 15:52:08 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:43 -0400
commit24da36cdc5c7bc8ccde1876f81f884d6d42c0602 (patch)
treea06b56dbffe680d3a5e3db8679499a8451b5a2ef /arch/mips/math-emu/sp_modf.c
parentc273625b42dc93094b9f5db64944a0a8c6775c99 (diff)
MIPS: math-emu: Checkpatch cleanup
arch/mips/math-emu/sp_modf.c:32: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1273/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/sp_modf.c')
-rw-r--r--arch/mips/math-emu/sp_modf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_modf.c b/arch/mips/math-emu/sp_modf.c
index 4b1dbac796f..76568946b4c 100644
--- a/arch/mips/math-emu/sp_modf.c
+++ b/arch/mips/math-emu/sp_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*/
32ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip) 32ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip)
33{ 33{
34 COMPXSP; 34 COMPXSP;
35 35