VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2020-07-30 19:39:23 -0700 committer: Herbert Xu <herbert@gondor.apana.org.au> 2020-08-21 14:45:26 +1000 commit: 40a3af45d264af3079e8d894ee42611c99dca4b7 parent: 71952d78e959cc28287a77a5636aa2601104406d
Commit Summary:
crypto: engine - delete duplicated word
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c
index d2ec3ff9bc1e..cff21f4e03e3 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -466,7 +466,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop);
  * crypto-engine queue.
  * @dev: the device attached with one hardware engine
  * @retry_support: whether hardware has support for retry mechanism
- * @cbk_do_batch: pointer to a callback function to be invoked when executing a
+ * @cbk_do_batch: pointer to a callback function to be invoked when executing
  *                a batch of requests.
  *                This has the form:
  *                callback(struct crypto_engine *engine)