diff mbox series

parisc: math-emu: add missing spaces after ','

Message ID 9f99a133d08a6a21648c7899501223bb@208suo.com (mailing list archive)
State Rejected
Headers show
Series parisc: math-emu: add missing spaces after ',' | expand

Commit Message

hanyu001@208suo.com July 13, 2023, 8:57 a.m. UTC
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 mbox series

Patch

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);
              }
          }