Fixes checkpatch.pl error:
arch/parisc/math-emu/dfdiv.c:137: ERROR: space required after that ','
(ctx:VxV)
arch/parisc/math-emu/dfdiv.c:137: ERROR: space required after that ','
(ctx:VxV)
Signed-off-by: maqimei <2433033762@xxxxxx>
---
arch/parisc/math-emu/dfdiv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/parisc/math-emu/dfdiv.c b/arch/parisc/math-emu/dfdiv.c
index 239150d..9cbf338 100644
--- a/arch/parisc/math-emu/dfdiv.c
+++ b/arch/parisc/math-emu/dfdiv.c
@@ -73,7 +73,7 @@
* return infinity
*/
Dbl_setinfinity_exponentmantissa(resultp1,resultp2);
- Dbl_copytoptr(resultp1,resultp2,dstptr);
+ Dbl_copytoptr(resultp1, resultp2, dstptr);
return(NOEXCEPTION);
}
}