Commit 42a9a08b authored by Herbert Xu's avatar Herbert Xu

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 51c08251
...@@ -499,7 +499,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop); ...@@ -499,7 +499,7 @@ EXPORT_SYMBOL_GPL(crypto_engine_stop);
* This has the form: * This has the form:
* callback(struct crypto_engine *engine) * callback(struct crypto_engine *engine)
* where: * where:
* @engine: the crypto engine structure. * engine: the crypto engine structure.
* @rt: whether this queue is set to run as a realtime task * @rt: whether this queue is set to run as a realtime task
* @qlen: maximum size of the crypto-engine queue * @qlen: maximum size of the crypto-engine queue
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment