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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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;



[Index of Archives]     [Linux SoC]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux