Re: [PATCH] lib: fix newline in debug message

2024-03-29 Thread Heinrich Schuchardt
Thank you for catching this. %s/fix/add missing/ would make the subject clearer. We prefer to have a commit message in all patches, e.g. Add missing line break to improve readability. On 3/29/24 15:22, Maxim Moskalets wrote: Signed-off-by: Maxim Moskalets --- lib/rsa/rsa-verify.c | 2 +-

[PATCH] lib: fix newline in debug message

2024-03-29 Thread Maxim Moskalets
Signed-off-by: Maxim Moskalets --- lib/rsa/rsa-verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rsa/rsa-verify.c b/lib/rsa/rsa-verify.c index 1007b6979a..e1093ce1a4 100644 --- a/lib/rsa/rsa-verify.c +++ b/lib/rsa/rsa-verify.c @@ -342,7 +342,7 @@ static int rsa_veri