This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via 87d47c93d93ed934af9502937d2aceaec59d229a (commit) from bcbbe7e92c5a9510735a541d06342cc4923e5bbd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 87d47c93d93ed934af9502937d2aceaec59d229a Author: Petri Savolainen petri.savolainen@linaro.org Date: Mon Dec 11 15:21:05 2017 +0200
api: crypto: typo correction
Subtype PACKET_CRYPTO in capital letters.
Signed-off-by: Petri Savolainen petri.savolainen@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h index 2109509f..293c15c6 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)
-----------------------------------------------------------------------
Summary of changes: include/odp/api/spec/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive