[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a2ae26be540da062ea4912c36962093b@208suo.com>
Date: Thu, 13 Jul 2023 17:37:46 +0800
From: hanyu001@...suo.com
To: deller@....de
Cc: linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] parisc: math-emu: fcnvxf: Add space after that ','
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@...com>
---
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;
Powered by blists - more mailing lists