Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: engine - Add parameter description in crypto_transfer_request() kernel-doc comment

Add the description of @need_pump in crypto_transfer_request() kernel-doc
comment to remove warning found by running scripts/kernel-doc, which is
caused by using 'make W=1'.

crypto/crypto_engine.c:260: warning: Function parameter or member
'need_pump' not described in 'crypto_transfer_request'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Yang Li and committed by
Herbert Xu
d5db91d2 5b33e0ec

+1
+1
crypto/crypto_engine.c
··· 253 253 * crypto_transfer_request - transfer the new request into the engine queue 254 254 * @engine: the hardware engine 255 255 * @req: the request need to be listed into the engine queue 256 + * @need_pump: indicates whether queue the pump of request to kthread_work 256 257 */ 257 258 static int crypto_transfer_request(struct crypto_engine *engine, 258 259 struct crypto_async_request *req,