]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
MIPS: math-emu: Checkpatch cleanup
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sun, 23 May 2010 19:52:08 +0000 (21:52 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:43 +0000 (13:25 +0100)
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>
arch/mips/math-emu/sp_modf.c

index 4b1dbac796f87116fcb050494978e5cdd0532f18..76568946b4c025f0176d62a0ec17970dd2ce8c9b 100644 (file)
@@ -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;