All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message
@ 2021-07-19 14:04 Thomas Perrot
  2021-07-29 16:49 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Perrot @ 2021-07-19 14:04 UTC (permalink / raw)
  To: u-boot; +Cc: Thomas Perrot

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;
 	}
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message
  2021-07-19 14:04 [PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message Thomas Perrot
@ 2021-07-29 16:49 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-07-29 16:49 UTC (permalink / raw)
  To: Thomas Perrot; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-29 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 14:04 [PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message Thomas Perrot
2021-07-29 16:49 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.