From: Jason Wang Date: Thu, 11 Aug 2022 12:13:49 +0000 (+0800) Subject: crypto: api - Fix comment typo X-Git-Tag: v6.1-rc1~81^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9d6dac098bd4f6671970e0ba6c247e3a8c4029;p=thirdparty%2Fkernel%2Fstable.git crypto: api - Fix comment typo The double `to' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Signed-off-by: Herbert Xu --- diff --git a/crypto/api.c b/crypto/api.c index 69508ae9345ee..ab4b5e2b0756b 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -321,7 +321,7 @@ struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) /* * If the internal flag is set for a cipher, require a caller to - * to invoke the cipher with the internal flag to use that cipher. + * invoke the cipher with the internal flag to use that cipher. * Also, if a caller wants to allocate a cipher that may or may * not be an internal cipher, use type | CRYPTO_ALG_INTERNAL and * !(mask & CRYPTO_ALG_INTERNAL).