crypto: rockchip - fix privete/private typo
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>
This commit is contained in:
parent
c50ef1411c
commit
6d11c93878
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user