On 11/09/2015 04:18 PM, Savolainen, Petri (Nokia - FI/Espoo) wrote:
> Subject / git log entry misses "api:"
>
> api: crypto: add AES128-CBC encrypt/decrypt methods
Grmbl. Missed one again.
>
>
> Also, the typo in the first patch could be corrected at the same time (maybe 
> you missed the same  comment from v2). See under.
>
> Patch 1/6:
>
> diff --git a/include/odp/api/crypto.h b/include/odp/api/crypto.h
> index a9a2a1d..cc204a1 100644
> --- a/include/odp/api/crypto.h
> +++ b/include/odp/api/crypto.h
> @@ -39,51 +39,46 @@ extern "C" {
>  */
>  
>  /**
> - * @enum odp_crypto_op_mode
>   * Crypto API operation mode
> - *
> - * @enum odp_crypto_op_mode:ODP_CRYPTO_SYNC
> - * Synchronous, return results immediately
> - *
> - * @enum odp_crypto_op_mode:ODP_CRYPTO_ASYNC
> - * Aynchronous, return results via posted event
>   */
> +typedef enum {
> +     /** Synchronous, return results immediately */
> +     ODP_CRYPTO_SYNC,
> +     /** Aynchronous, return results via posted event */
>
> Asynchronous....
>
> -Petri
I blindy copy pasted the previous comments so typo stayed where they were. I'll 
fix it too.

Nicolas
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to