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

Fix below checkpatch errors:

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

Signed-off-by: Yu Han <hanyu001@...suo.com>
---
  arch/csky/abiv2/inc/abi/entry.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/csky/abiv2/inc/abi/entry.h 
b/arch/csky/abiv2/inc/abi/entry.h
index cca63e699b58..704724154a87 100644
--- a/arch/csky/abiv2/inc/abi/entry.h
+++ b/arch/csky/abiv2/inc/abi/entry.h
@@ -285,7 +285,7 @@
      mtcr    r8, cr<8, 15> /* Set MCIR to write TLB */

      br    2f
-1:
+1 :
      /*
       * MMU on: use origin MSA value from bootloader
       *
@@ -294,7 +294,7 @@
       *   BA     Reserved  SH  WA  B   SO SEC  C   D   V
       */
      mfcr    r6, MSA_SET /* Get MSA */
-2:
+2 :
      lsri    r6, 29
      lsli    r6, 29
      addi    r6, 0x1ce
@@ -309,6 +309,6 @@
      mtcr    r6, cr18

      jmpi    3f /* jump to va */
-3:
+3 :
  .endm
  #endif /* __ASM_CSKY_ENTRY_H */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ