aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-05-23 21:52:05 +0200
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:41 +0100
commit055899a0e249ad9c1c709376c37ee7103abb22c4 (patch)
tree34492d66d98e77e2a7b21b14bf523546d9d36396 /arch/mips/math-emu
parentcb5dcea176a87d47a7c2e8d8ac5ecf6a667140a1 (diff)
downloadkernel_samsung_smdk4412-055899a0e249ad9c1c709376c37ee7103abb22c4.zip
kernel_samsung_smdk4412-055899a0e249ad9c1c709376c37ee7103abb22c4.tar.gz
kernel_samsung_smdk4412-055899a0e249ad9c1c709376c37ee7103abb22c4.tar.bz2
MIPS: math-emu: Checkpatch cleanup
arch/mips/math-emu/dp_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/1269/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu')
-rw-r--r--arch/mips/math-emu/dp_modf.c2
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 25861a4..a8570e5 100644
--- a/arch/mips/math-emu/dp_modf.c
+++ b/arch/mips/math-emu/dp_modf.c
@@ -29,7 +29,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;