mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 09:12:07 +00:00
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>
This commit is contained in:
parent
51c082514c
commit
42a9a08b9a
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user