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.go...@nxp.com> --- drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h b/drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h index 2dac330..eafa0eb 100644 --- a/drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h +++ b/drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h @@ -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 -- 2.9.3