Message ID | 1620381487-45311-1-git-send-email-yang.lee@linux.alibaba.com |
---|---|
State | Accepted |
Commit | eb9e492f5c06fe197550e68973f88cba6e14274a |
Headers | show |
Series | crypto: cavium/nitrox - Fix kernel-doc | expand |
On Fri, May 07, 2021 at 05:58:07PM +0800, Yang Li wrote: > 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> > --- > drivers/crypto/cavium/nitrox/nitrox_reqmgr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
diff --git a/drivers/crypto/cavium/nitrox/nitrox_reqmgr.c b/drivers/crypto/cavium/nitrox/nitrox_reqmgr.c index bc35d4c..4434c92 100644 --- a/drivers/crypto/cavium/nitrox/nitrox_reqmgr.c +++ b/drivers/crypto/cavium/nitrox/nitrox_reqmgr.c @@ -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 *
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> --- drivers/crypto/cavium/nitrox/nitrox_reqmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)