[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9f99a133d08a6a21648c7899501223bb@208suo.com>
Date: Thu, 13 Jul 2023 16:57:08 +0800
From: hanyu001@...suo.com
To: deller@....de
Cc: linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] parisc: math-emu: add missing spaces after ','
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@...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);
}
}
Powered by blists - more mailing lists