[PATCH] csky: Fix the following errors reported by checkpatch:

xujianghui posted 1 patch 2 months ago
arch/csky/abiv2/inc/abi/entry.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] csky: Fix the following errors reported by checkpatch:
Posted by xujianghui 2 months ago
ERROR: spaces required around that ':' (ctx:VxE)

Signed-off-by: xujianghui <xujianghui@cdjrlc.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 cca63e699b58..6085fbff2900 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)
-- 
2.46.0