diff mbox series

[API-NEXT,v1,1/1] api: crypto: clarify compl_queue queue in crypto_session_param

Message ID 1500904849-8860-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/1] api: crypto: clarify compl_queue queue in crypto_session_param | expand

Commit Message

Github ODP bot July 24, 2017, 2 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Properly mention odp_crypto_operation() in the compl_queue param
description.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 85 (lumag:crypto-fix)
 ** https://github.com/Linaro/odp/pull/85
 ** Patch: https://github.com/Linaro/odp/pull/85.patch
 ** Base sha: db7cc41aeb559dd296f3a6d8570aa10326a31d5e
 ** Merge commit sha: 063facb920722d8cdaa3ef97a3a2f10980d90eba
 **/
 include/odp/api/spec/crypto.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 6d4807c4..3b8e9ddb 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -312,8 +312,9 @@  typedef struct odp_crypto_session_param_t {
 
 	/** Async mode completion event queue
 	 *
-	 *  The completion queue is used to return odp_crypto_op_enq()
-	 *  results to the application.
+	 *  The completion queue is used to return completions from
+	 *  odp_crypto_operation() or odp_crypto_op_enq() results to the
+	 *  application.
 	 */
 	odp_queue_t compl_queue;