Linux-csky 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] abiv2: inc: abi: add require space around that ','
Date: Wed, 19 Jul 2023 17:43:44 +0800	[thread overview]
Message-ID: <ae522198c5e2e1a9d1a289c5b07f6047@208suo.com> (raw)
In-Reply-To: <tencent_31290484AAC72A43C64D89F468636B75CF09@qq.com>

Fix below checkpatch errors:

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

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

diff --git a/arch/csky/abiv2/inc/abi/entry.h 
b/arch/csky/abiv2/inc/abi/entry.h
index cca63e699b58..704724154a87 100644
--- a/arch/csky/abiv2/inc/abi/entry.h
+++ b/arch/csky/abiv2/inc/abi/entry.h
@@ -285,7 +285,7 @@
      mtcr    r8, cr<8, 15> /* Set MCIR to write TLB */

      br    2f
-1:
+1 :
      /*
       * MMU on: use origin MSA value from bootloader
       *
@@ -294,7 +294,7 @@
       *   BA     Reserved  SH  WA  B   SO SEC  C   D   V
       */
      mfcr    r6, MSA_SET /* Get MSA */
-2:
+2 :
      lsri    r6, 29
      lsli    r6, 29
      addi    r6, 0x1ce
@@ -309,6 +309,6 @@
      mtcr    r6, cr18

      jmpi    3f /* jump to va */
-3:
+3 :
  .endm
  #endif /* __ASM_CSKY_ENTRY_H */

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

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_31290484AAC72A43C64D89F468636B75CF09@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=ae522198c5e2e1a9d1a289c5b07f6047@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 read-only IMAP folder(s) and NNTP newsgroup(s).