[PATCH] parisc: math-emu: fcnvxf: Add space after that ','

From: hanyu001
Date: Thu Jul 13 2023 - 05:38:11 EST



Fix Error reported by checkpatch.pl

arch/parisc/math-emu/fcnvxf.c:99: ERROR: space required after that ',' (ctx:VxV
)

Signed-off-by: maqimei <2433033762@xxxxxx>
---
arch/parisc/math-emu/fcnvxf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/math-emu/fcnvxf.c b/arch/parisc/math-emu/fcnvxf.c
index 6940179..f5f9376 100644
--- a/arch/parisc/math-emu/fcnvxf.c
+++ b/arch/parisc/math-emu/fcnvxf.c
@@ -96,7 +96,7 @@
Sgl_increment(result);
break;
case ROUNDNEAREST:
- Sgl_roundnearest_from_int(src,result);
+ Sgl_roundnearest_from_int(src, result);
}
if (Is_inexacttrap_enabled()) {
*dstptr = result;