You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Ralf Baechle
parent
cb5dcea176
commit
055899a0e2
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
/* modf function is always exact for a finite number
|
/* modf function is always exact for a finite number
|
||||||
*/
|
*/
|
||||||
ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp * ip)
|
ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip)
|
||||||
{
|
{
|
||||||
COMPXDP;
|
COMPXDP;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user