summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2023-01-22 16:56:02 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-01-27 18:58:09 +0800
commit643552d5aa223decbb7a5724a8bf51376a585c2f (patch)
tree26ef80420e9412b12cb8fd432d69471aecada7d5 /crypto
parent9af84f0ba0149a8dfbc1a3a8abf4843dd22c53fc (diff)
downloadlinux-crypto-643552d5aa223decbb7a5724a8bf51376a585c2f.tar.gz
linux-crypto-643552d5aa223decbb7a5724a8bf51376a585c2f.zip
crypto: engine - Fix excess parameter doc warning
The engine parameter should not be marked for kernel doc as it triggers a warning. 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 bb8e7707..64dc9aa3 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -499,7 +499,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop);
* This has the form:
* callback(struct crypto_engine *engine)
* where:
- * @engine: the crypto engine structure.
+ * engine: the crypto engine structure.
* @rt: whether this queue is set to run as a realtime task
* @qlen: maximum size of the crypto-engine queue
*