From: Ferruh Yigit Date: Fri, 26 Jul 2019 13:42:23 +0000 (+0100) Subject: cryptodev: fix typo in comment X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=c417f59a6ed3d9de4b65dee41dabb875e1495287 cryptodev: fix typo in comment 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@dpdk.org Signed-off-by: Ferruh Yigit Acked-by: Akhil Goyal --- diff --git a/lib/librte_cryptodev/rte_crypto_asym.h b/lib/librte_cryptodev/rte_crypto_asym.h index 044224214c..4fbef2f893 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; /**<