>
> Remove extra ';' which is probably added unintentionally, reported by
> ./devtools/check-includes.sh script.
>
> Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions")
> Cc: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
> ---
> 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 <[email protected]>
Applied to dpdk-next-crypto
Thanks.