linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hanyu001@208suo.com
To: guoren@kernel.org
Cc: linux-csky@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] csky: abiv2: add require space around that ':'
Date: Wed, 19 Jul 2023 17:51:59 +0800	[thread overview]
Message-ID: <7c1f0e2a84aac41364913e299d0d070a@208suo.com> (raw)
In-Reply-To: <tencent_347AA81279DC82688A96A0D6F8DC5140AB05@qq.com>

Fix below checkpatch errors:

./arch/csky/abiv2/inc/abi/entry.h:42: ERROR: spaces required around that 
':' (ctx:VxE)
./arch/csky/abiv2/inc/abi/entry.h:44: ERROR: spaces required around that 
':' (ctx:VxE)

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/csky/abiv2/inc/abi/entry.h | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/csky/abiv2/inc/abi/entry.h 
b/arch/csky/abiv2/inc/abi/entry.h
index 704724154a87..738cf58446c7 100644
--- a/arch/csky/abiv2/inc/abi/entry.h
+++ b/arch/csky/abiv2/inc/abi/entry.h
@@ -39,9 +39,9 @@
      bf      1f
      addi    lr, sp, 152
      br    2f
-1:
+1 :
      mfcr    lr, usp
-2:
+2 :
      stw    lr, (sp, 16)

      stw     a0, (sp, 20)

           reply	other threads:[~2023-07-19 16:36 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_347AA81279DC82688A96A0D6F8DC5140AB05@qq.com>]

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=7c1f0e2a84aac41364913e299d0d070a@208suo.com \
    --to=hanyu001@208suo.com \
    --cc=guoren@kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).