summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-30 19:39:23 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-21 14:45:26 +1000
commit40a3af45d264af3079e8d894ee42611c99dca4b7 (patch)
treec9559c42f97fc5386667214d64c2f1fb22510e5f /crypto
parent71952d78e959cc28287a77a5636aa2601104406d (diff)
crypto: engine - delete duplicated word
Drop the doubled word "a". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto_engine.c2
1 files changed, 1 insertions, 1 deletions
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)