public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
From: Mieczyslaw Nalewaj <namiltd@yahoo.com>
To: linux-crypto@vger.kernel.org
Subject: [PATCH v2] crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
Date: Sat, 21 Mar 2026 10:59:37 +0100	[thread overview]
Message-ID: <e0090aea-45f9-48b6-99a7-7ad8666dce59@yahoo.com> (raw)
In-Reply-To: e0090aea-45f9-48b6-99a7-7ad8666dce59.ref@yahoo.com

Correct the typo in the name "ecb(des-eip93)".

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
---
drivers/crypto/inside-secure/eip93/eip93-cipher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/inside-secure/eip93/eip93-cipher.c b/drivers/crypto/inside-secure/eip93/eip93-cipher.c
index 7893c15..4dd7ab7 100644
--- a/drivers/crypto/inside-secure/eip93/eip93-cipher.c
+++ b/drivers/crypto/inside-secure/eip93/eip93-cipher.c
@@ -362,7 +362,7 @@ struct eip93_alg_template eip93_alg_ecb_
 		.ivsize	= 0,
 		.base = {
 			.cra_name = "ecb(des)",
-			.cra_driver_name = "ebc(des-eip93)",
+			.cra_driver_name = "ecb(des-eip93)",
 			.cra_priority = EIP93_CRA_PRIORITY,
 			.cra_flags = CRYPTO_ALG_ASYNC |
 					CRYPTO_ALG_KERN_DRIVER_ONLY,
-- 
2.47.3

       reply	other threads:[~2026-03-21 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e0090aea-45f9-48b6-99a7-7ad8666dce59.ref@yahoo.com>
2026-03-21  9:59 ` Mieczyslaw Nalewaj [this message]
2026-03-27 10:10   ` [PATCH v2] crypto: inside-secure/eip93 - correct ecb(des-eip93) typo Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e0090aea-45f9-48b6-99a7-7ad8666dce59@yahoo.com \
    --to=namiltd@yahoo.com \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox