[PATCH] parisc: math-emu: add missing spaces after ','

hanyu001@208suo.com posted 1 patch 2 years, 7 months ago
arch/parisc/math-emu/dfdiv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] parisc: math-emu: add missing spaces after ','
Posted by hanyu001@208suo.com 2 years, 7 months ago
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@qq.com>
---
  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);
              }
          }