From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Sun, 23 May 2010 19:52:05 +0000 (+0200)
Subject: MIPS: math-emu: Checkpatch cleanup
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=055899a0e249ad9c1c709376c37ee7103abb22c4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

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 @@
 
 /* modf function is always exact for a finite number
 */
-ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp * ip)
+ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip)
 {
 	COMPXDP;