cryptodev: fix typo in comment
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Jul 2019 13:42:23 +0000 (14:42 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 26 Jul 2019 13:48:52 +0000 (15:48 +0200)
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>
lib/librte_cryptodev/rte_crypto_asym.h

index 0442242..4fbef2f 100644 (file)
@@ -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;
        /**<