mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
crypto: caam - drop unexpected word 'for' in comments
there is an unexpected word 'for' in the comments that need to be dropped file - drivers/crypto/caam/caamhash_desc.c line - 25 * must be false for for ahash first and digest changed to: * must be false for ahash first and digest Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
dac230179f
commit
a89db0595f
@ -22,7 +22,7 @@
|
||||
* @ctx_len: size of Context Register
|
||||
* @import_ctx: true if previous Context Register needs to be restored
|
||||
* must be true for ahash update and final
|
||||
* must be false for for ahash first and digest
|
||||
* must be false for ahash first and digest
|
||||
* @era: SEC Era
|
||||
*/
|
||||
void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state,
|
||||
|
Loading…
Reference in New Issue
Block a user