linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] parisc: math-emu: add missing spaces after ','
       [not found] <tencent_3887A60455D8E277E0CC7B22CD2C0E2B7E0A@qq.com>
@ 2023-07-13  8:57 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-13  8:57 UTC (permalink / raw)
  To: deller; +Cc: linux-parisc, linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-13  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_3887A60455D8E277E0CC7B22CD2C0E2B7E0A@qq.com>
2023-07-13  8:57 ` [PATCH] parisc: math-emu: add missing spaces after ',' hanyu001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).