public inbox for linux-parisc@vger.kernel.org
 help / color / mirror / Atom feed
From: hanyu001@208suo.com
To: deller@gmx.de
Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] parisc: math-emu: fcnvxf: Add space after that ','
Date: Thu, 13 Jul 2023 17:37:46 +0800	[thread overview]
Message-ID: <a2ae26be540da062ea4912c36962093b@208suo.com> (raw)
In-Reply-To: <tencent_86762B5284E20421D8A676F4CC1B205D2F0A@qq.com>


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@qq.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;

       reply	other threads:[~2023-07-13  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tencent_86762B5284E20421D8A676F4CC1B205D2F0A@qq.com>
2023-07-13  9:37 ` hanyu001 [this message]
2023-07-20  6:49   ` [PATCH] parisc: math-emu: fcnvxf: Add space after that ',' Helge Deller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2ae26be540da062ea4912c36962093b@208suo.com \
    --to=hanyu001@208suo.com \
    --cc=deller@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox