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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  4 Jul 2022 10:52:48 +0800
From:   Li zeming <zeming@...china.com>
To:     dhowells@...hat.com, jarkko@...nel.org, jmorris@...ei.org,
        serge@...lyn.com
Cc:     keyrings@...r.kernel.org, linux-security-module@...r.kernel.org,
        linux-kernel@...r.kernel.org, kernel@...china.com,
        Li zeming <zeming@...china.com>
Subject: [PATCH] keys/keyctl: Fix typo in string

Remove the repeated ',' from string

Signed-off-by: Li zeming <zeming@...china.com>
---
 security/keys/keyctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/keys/keyctl.c b/security/keys/keyctl.c
index 96a92a645216..2be09642dd13 100644
--- a/security/keys/keyctl.c
+++ b/security/keys/keyctl.c
@@ -1175,7 +1175,7 @@ static long keyctl_instantiate_key_common(key_serial_t id,
 	void *payload;
 	long ret;
 
-	kenter("%d,,%zu,%d", id, plen, ringid);
+	kenter("%d,%zu,%d", id, plen, ringid);
 
 	if (!plen)
 		from = NULL;
-- 
2.18.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ