[PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message

Signed-off-by: Thomas Perrot thomas.perrot@bootlin.com --- 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 bb8cc61d94b5..3840764e420e 100644 --- a/lib/rsa/rsa-verify.c +++ b/lib/rsa/rsa-verify.c @@ -556,7 +556,7 @@ int rsa_verify(struct image_sign_info *info, */ if (info->checksum->checksum_len > info->crypto->key_len) { - debug("%s: invlaid checksum-algorithm %s for %s\n", + debug("%s: invalid checksum-algorithm %s for %s\n", __func__, info->checksum->name, info->crypto->name); return -EINVAL; }

On Mon, Jul 19, 2021 at 04:04:44PM +0200, Thomas Perrot wrote:
Signed-off-by: Thomas Perrot thomas.perrot@bootlin.com
Applied to u-boot/master, thanks!
participants (2)
-
Thomas Perrot
-
Tom Rini