crypto/dpaa2_sec: fix typo in PMD name
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 12 Jul 2017 12:34:39 +0000 (18:04 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 19 Jul 2017 11:10:40 +0000 (14:10 +0300)
Comment for device name is corrected.
Also the name string is made similar to other pmds.

Fixes: a3277ad47feb ("cryptodev: remove crypto device driver name")

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h

index 2dac330..eafa0eb 100644 (file)
@@ -34,8 +34,8 @@
 #ifndef _RTE_DPAA2_SEC_PMD_PRIVATE_H_
 #define _RTE_DPAA2_SEC_PMD_PRIVATE_H_
 
-#define CRYPTODEV_NAME_DPAA2_SEC_PMD   crypto_dpaa2_sec_pmd
-/**< Open SSL Crypto PMD device name */
+#define CRYPTODEV_NAME_DPAA2_SEC_PMD   crypto_dpaa2_sec
+/**< NXP DPAA2 - SEC PMD device name */
 
 #define MAX_QUEUES             64
 #define MAX_DESC_SIZE          64