aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 21:52:08 +0200
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:43 +0100
commit24da36cdc5c7bc8ccde1876f81f884d6d42c0602 (patch)
treea06b56dbffe680d3a5e3db8679499a8451b5a2ef /arch/mips/math-emu
parentc273625b42dc93094b9f5db64944a0a8c6775c99 (diff)
downloadkernel_samsung_smdk4412-24da36cdc5c7bc8ccde1876f81f884d6d42c0602.zip
kernel_samsung_smdk4412-24da36cdc5c7bc8ccde1876f81f884d6d42c0602.tar.gz
kernel_samsung_smdk4412-24da36cdc5c7bc8ccde1876f81f884d6d42c0602.tar.bz2
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')
-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 4b1dbac..7656894 100644
--- a/arch/mips/math-emu/sp_modf.c
+++ b/arch/mips/math-emu/sp_modf.c
@@ -29,7 +29,7 @@
/* modf function is always exact for a finite number
*/
-ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip)
+ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip)
{
COMPXSP;