[dpdk-stable] [dpdk-dev] [PATCH] cryptodev: fix typo

Akhil Goyal akhil.goyal at nxp.com
Fri Jul 26 16:03:23 CEST 2019


> 
> Remove extra ';' which is probably added unintentionally, reported by
> ./devtools/check-includes.sh script.
> 
> Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
>  lib/librte_cryptodev/rte_crypto_asym.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_cryptodev/rte_crypto_asym.h
> b/lib/librte_cryptodev/rte_crypto_asym.h
> index 044224214..4fbef2f89 100644
> --- a/lib/librte_cryptodev/rte_crypto_asym.h
> +++ b/lib/librte_cryptodev/rte_crypto_asym.h
> @@ -383,7 +383,7 @@ struct rte_cryptodev_asym_session;
>   */
>  struct rte_crypto_rsa_op_param {
>  	enum rte_crypto_asym_op_type op_type;
> -	/**< Type of RSA operation for transform */;
> +	/**< Type of RSA operation for transform */
> 
>  	rte_crypto_param message;
>  	/**<
> --
> 2.21.0

Acked-by: Akhil Goyal <akhil.goyal at nxp.com>

Applied to dpdk-next-crypto

Thanks.


More information about the stable mailing list