[PATCH 1/1] keys/keyrings: Fix typo in string

XU pengfei xupengfei at nfschina.com
Fri Jul 15 09:18:42 UTC 2022


Remove the repeated ',' from string

Signed-off-by: XU pengfei <xupengfei at nfschina.com>
---
 security/keys/request_key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/keys/request_key.c b/security/keys/request_key.c
index 2da4404276f0..190608719f3d 100644
--- a/security/keys/request_key.c
+++ b/security/keys/request_key.c
@@ -375,7 +375,7 @@ static int construct_alloc_key(struct keyring_search_context *ctx,
 	key_ref_t key_ref;
 	int ret;
 
-	kenter("%s,%s,,,",
+	kenter("%s,%s",
 	       ctx->index_key.type->name, ctx->index_key.description);
 
 	*_key = NULL;
-- 
2.18.2



More information about the Linux-security-module-archive mailing list