MIPS: math-emu: Checkpatch cleanup
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>
This commit is contained in:
committed by
Ralf Baechle
parent
c273625b42
commit
24da36cdc5
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
/* modf function is always exact for a finite number
|
/* modf function is always exact for a finite number
|
||||||
*/
|
*/
|
||||||
ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp * ip)
|
ieee754sp ieee754sp_modf(ieee754sp x, ieee754sp *ip)
|
||||||
{
|
{
|
||||||
COMPXSP;
|
COMPXSP;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user