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 ':'
Date: Wed, 19 Jul 2023 17:36:28 +0800 [thread overview]
Message-ID: <07397261f87f410076689e4a0cd0913f@208suo.com> (raw)
In-Reply-To: <tencent_80CE010520AAD72B85C65189CC69B56AC709@qq.com>
Fix below checkpatch errors:
/csky/abiv2/inc/abi/ckmmu.h:131: ERROR: spaces required around that ':'
(ctx:ExV)
/csky/abiv2/inc/abi/ckmmu.h:132: ERROR: spaces required around that ':'
(ctx:ExV)
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/csky/abiv2/inc/abi/ckmmu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/csky/abiv2/inc/abi/ckmmu.h
b/arch/csky/abiv2/inc/abi/ckmmu.h
index 64215f2380f1..b5cac07c4411 100644
--- a/arch/csky/abiv2/inc/abi/ckmmu.h
+++ b/arch/csky/abiv2/inc/abi/ckmmu.h
@@ -128,8 +128,8 @@ static inline void setup_pgd(pgd_t *pgd, int asid)
NOP32
".endr \n"
:
- :"r"(asid), "r"(__pa(pgd) | BIT(0))
- :"memory");
+ : "r"(asid), "r"(__pa(pgd) | BIT(0))
+ : "memory");
}
static inline pgd_t *get_pgd(void)
parent reply other threads:[~2023-07-19 9:36 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_80CE010520AAD72B85C65189CC69B56AC709@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=07397261f87f410076689e4a0cd0913f@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
Powered by JetHome