From 194c5991dcc36b344adfe4a4eafef76f2e1758e6 Mon Sep 17 00:00:00 2001 From: Akhil Goyal Date: Wed, 12 Jul 2017 18:04:39 +0530 Subject: [PATCH] crypto/dpaa2_sec: fix typo in PMD name 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 --- 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 2dac330750..eafa0eb56c 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.20.1