From: Herbert Xu Date: Sun, 22 Jan 2023 08:56:02 +0000 (+0800) Subject: crypto: engine - Fix excess parameter doc warning X-Git-Tag: v6.6.7~3330^2~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42a9a08b9aa69134981d1564f95eb06c0469eff3;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c index bb8e770..64dc9aa 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 *