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: <07397261f87f410076689e4a0cd0913f@208suo.com>
Date:   Wed, 19 Jul 2023 17:36:28 +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 ':'

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@...suo.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)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ