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

Configure Feed

Select the types of activity you want to include in your feed.

crypto: engine - Fix struct crypto_engine_op doc

Remove redundant underscore and fix some grammar in prepare_request doc.

Signed-off-by: David Yang <mmyangfl@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

David Yang and committed by
Herbert Xu
dee3590c 903e6ada

+1 -1
+1 -1
include/crypto/engine.h
··· 78 78 79 79 /* 80 80 * struct crypto_engine_op - crypto hardware engine operations 81 - * @prepare__request: do some prepare if need before handle the current request 81 + * @prepare_request: do some preparation if needed before handling the current request 82 82 * @unprepare_request: undo any work done by prepare_request() 83 83 * @do_one_request: do encryption for current request 84 84 */