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 <ferruh.yigit@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
*/
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;
/**<