crypto: cavium/nitrox - Fix kernel-doc

Fix function name in nitrox_reqmgr.c kernel-doc comment
to remove a warning.

drivers/crypto/cavium/nitrox/nitrox_reqmgr.c:382: warning: expecting
prototype for nitrox_se_request(). Prototype was for
nitrox_process_se_request() instead

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>
This commit is contained in:
Yang Li 2021-05-07 17:58:07 +08:00 committed by Herbert Xu
parent 3c995c4c75
commit eb9e492f5c

View File

@ -369,7 +369,7 @@ static int nitrox_enqueue_request(struct nitrox_softreq *sr)
}
/**
* nitrox_se_request - Send request to SE core
* nitrox_process_se_request - Send request to SE core
* @ndev: NITROX device
* @req: Crypto request
*