Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: inside-secure - Minor typo fix in the file safexcel.c

s/procesing/processing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Antoine Tenart <atenart@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Bhaskar Chowdhury and committed by
Herbert Xu
27fb8578 36c25011

+1 -1
+1 -1
drivers/crypto/inside-secure/safexcel.c
··· 688 688 /* Leave the DSE threads reset state */ 689 689 writel(0, EIP197_HIA_DSE_THR(priv) + EIP197_HIA_DSE_THR_CTRL(pe)); 690 690 691 - /* Configure the procesing engine thresholds */ 691 + /* Configure the processing engine thresholds */ 692 692 writel(EIP197_PE_OUT_DBUF_THRES_MIN(opbuflo) | 693 693 EIP197_PE_OUT_DBUF_THRES_MAX(opbufhi), 694 694 EIP197_PE(priv) + EIP197_PE_OUT_DBUF_THRES(pe));