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 <ferruh.yigit@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
parent
76ac713150
commit
c417f59a6e
@ -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;
|
||||
/**<
|
||||
|
Loading…
x
Reference in New Issue
Block a user