crypto: rockchip - fix privete/private typo
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 27 Sep 2022 07:54:42 +0000 (07:54 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Oct 2022 04:36:33 +0000 (12:36 +0800)
This fix a simple typo on private word.

Reviewed-by: John Keeping <john@metanate.com>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/rockchip/rk3288_crypto.h

index 2fa7131..656d679 100644 (file)
@@ -235,7 +235,7 @@ struct rk_ahash_ctx {
        struct crypto_ahash             *fallback_tfm;
 };
 
-/* the privete variable of hash for fallback */
+/* the private variable of hash for fallback */
 struct rk_ahash_rctx {
        struct ahash_request            fallback_req;
        u32                             mode;