lkml.org 
[lkml]   [2022]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] keys/keyrings: Fix typo in string
Date
Remove the repeated ',' from string

Signed-off-by: XU pengfei <xupengfei@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
\
 
 \ /
  Last update: 2022-07-15 11:20    [W:0.029 / U:23.968 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site