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: <7c1f0e2a84aac41364913e299d0d070a@208suo.com>
Date:   Wed, 19 Jul 2023 17:51:59 +0800
From:   hanyu001@...suo.com
To:     guoren@...nel.org
Cc:     linux-csky@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] csky: abiv2: add require space around that ':'

Fix below checkpatch errors:

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

Signed-off-by: Yu Han <hanyu001@...suo.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 704724154a87..738cf58446c7 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)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ