Commit eb9e492f authored by Yang Li's avatar Yang Li Committed by Herbert Xu

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3c995c4c
...@@ -369,7 +369,7 @@ static int nitrox_enqueue_request(struct nitrox_softreq *sr) ...@@ -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
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment