lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2595426A1FD05BD9+20240924024437.63062-1-xujianghui@cdjrlc.com>
Date: Tue, 24 Sep 2024 10:44:35 +0800
From: xujianghui <xujianghui@...rlc.com>
To: guoren@...nel.org,
	linux-csky@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: xujianghui <xujianghui@...rlc.com>
Subject: [PATCH] csky: Fix the following errors reported by checkpatch:

ERROR: spaces required around that ':' (ctx:VxE)

Signed-off-by: xujianghui <xujianghui@...rlc.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ