From: Randy Dunlap Date: Fri, 31 Jul 2020 02:39:23 +0000 (-0700) Subject: crypto: engine - delete duplicated word X-Git-Tag: v5.10.7~1291^2~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40a3af45d264af3079e8d894ee42611c99dca4b7;p=platform%2Fkernel%2Flinux-rpi.git crypto: engine - delete duplicated word Drop the doubled word "a". Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Signed-off-by: Herbert Xu --- diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c index d2ec3ff..cff21f4 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)