]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
crypto: inside-secure/eip93 - correct ecb(des-eip93) typo
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Sat, 21 Mar 2026 09:59:37 +0000 (10:59 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Mar 2026 09:52:44 +0000 (18:52 +0900)
Correct the typo in the name "ecb(des-eip93)".

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/eip93/eip93-cipher.c

index 0713c71ab4580403b590422752866681b53c1694..b91586853c27fea7fe10f4ad91275f36d6577920 100644 (file)
@@ -320,7 +320,7 @@ struct eip93_alg_template eip93_alg_ecb_des = {
                .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,