Skip to content

Commit

Permalink
MIPS: math-emu: Checkpatch cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent cb5dcea commit 055899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/math-emu/dp_modf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 055899a

Please sign in to comment.