crypto: cavium/nitrox - Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 7 May 2021 09:58:07 +0000 (17:58 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 14 May 2021 11:07:58 +0000 (19:07 +0800)
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>
drivers/crypto/cavium/nitrox/nitrox_reqmgr.c

index bc35d4cc41b68994896dd4ae9b585e8d021f6668..4434c92d6229f87bcae9c61631ce0fa4f91a5fe1 100644 (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
  *