* [PATCH] abiv2: inc: abi: add require space around ':'
[not found] <tencent_80CE010520AAD72B85C65189CC69B56AC709@qq.com>
@ 2023-07-19 9:36 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-19 9:36 UTC (permalink / raw)
To: guoren; +Cc: linux-csky, linux-kernel
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-19 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_80CE010520AAD72B85C65189CC69B56AC709@qq.com>
2023-07-19 9:36 ` [PATCH] abiv2: inc: abi: add require space around ':' hanyu001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox