From: Bhaskar Chowdhury Date: Wed, 17 Mar 2021 09:14:45 +0000 (+0530) Subject: crypto: inside-secure - Minor typo fix in the file safexcel.c X-Git-Tag: accepted/tizen/unified/20230118.172025~7441^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27fb85783f0dcf40a7fd67a5ff37f01537aa577f;p=platform%2Fkernel%2Flinux-rpi.git crypto: inside-secure - Minor typo fix in the file safexcel.c s/procesing/processing/ Signed-off-by: Bhaskar Chowdhury Acked-by: Antoine Tenart Acked-by: Randy Dunlap Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/inside-secure/safexcel.c b/drivers/crypto/inside-secure/safexcel.c index 6364583..9ff885d 100644 --- a/drivers/crypto/inside-secure/safexcel.c +++ b/drivers/crypto/inside-secure/safexcel.c @@ -688,7 +688,7 @@ static int safexcel_hw_init(struct safexcel_crypto_priv *priv) /* Leave the DSE threads reset state */ writel(0, EIP197_HIA_DSE_THR(priv) + EIP197_HIA_DSE_THR_CTRL(pe)); - /* Configure the procesing engine thresholds */ + /* Configure the processing engine thresholds */ writel(EIP197_PE_OUT_DBUF_THRES_MIN(opbuflo) | EIP197_PE_OUT_DBUF_THRES_MAX(opbufhi), EIP197_PE(priv) + EIP197_PE_OUT_DBUF_THRES(pe));