diff mbox series

[API-NEXT,v1,1/1] api: crypto: typo correction

Message ID 1513000808-25741-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v1,1/1] api: crypto: typo correction | expand

Commit Message

Github ODP bot Dec. 11, 2017, 2 p.m. UTC
From: Petri Savolainen <petri.savolainen@linaro.org>


Subtype PACKET_CRYPTO in capital letters.

Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>

---
/** Email created from pull request 334 (psavol:next-crypto-typo)
 ** https://github.com/Linaro/odp/pull/334
 ** Patch: https://github.com/Linaro/odp/pull/334.patch
 ** Base sha: 0980001e33b4190133d478a0aa2e718fd1e3c164
 ** Merge commit sha: 89e0f2085139b346f1bfcf79f61a6138d96c70bd
 **/
 include/odp/api/spec/crypto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 2109509ff..293c15c6e 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -830,7 +830,7 @@  odp_event_t odp_crypto_packet_to_event(odp_packet_t pkt);
  * Successful crypto operations of all types (SYNC and ASYNC) produce packets
  * which contain crypto result metadata. This function copies the operation
  * results from an crypto processed packet. Event subtype of this kind of
- * packet is ODP_EVENT_PACKET_crypto. Results are undefined if a non-crypto
+ * packet is ODP_EVENT_PACKET_CRYPTO. Results are undefined if a non-crypto
  * processed packet is passed as input.
  *
  * @param         packet  An crypto processed packet (ODP_EVENT_PACKET_CRYPTO)