mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
25 lines
811 B
Diff
25 lines
811 B
Diff
From 7ea605d0e8b85ffac2bf152be86d010d9eac0193 Mon Sep 17 00:00:00 2001
|
|
From: Corentin Labbe <clabbe@baylibre.com>
|
|
Date: Tue, 27 Sep 2022 07:54:42 +0000
|
|
Subject: [PATCH 20/49] 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>
|
|
---
|
|
drivers/crypto/rockchip/rk3288_crypto.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/crypto/rockchip/rk3288_crypto.h
|
|
+++ b/drivers/crypto/rockchip/rk3288_crypto.h
|
|
@@ -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;
|