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>
This commit is contained in:
Andrea Gelmini 2010-05-23 21:52:05 +02:00 committed by Ralf Baechle
parent cb5dcea176
commit 055899a0e2

View file

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