mirror of https://gitee.com/openkylin/linux.git
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:
parent
3c995c4c75
commit
eb9e492f5c
|
@ -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
|
* @ndev: NITROX device
|
||||||
* @req: Crypto request
|
* @req: Crypto request
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue