From 90ea7e6dd519b716aa2d2ba36b3776d18796d303 Mon Sep 17 00:00:00 2001 From: Thierry Herbelot Date: Wed, 22 May 2019 11:44:46 +0200 Subject: [PATCH] crypto/mvsam: fix typo in comment Inverted letters. Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver") Cc: stable@dpdk.org Signed-off-by: Thierry Herbelot Acked-by: Tomasz Duszynski --- drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c index ef520356ff..f6bf2cd4c5 100644 --- a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c +++ b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c @@ -727,7 +727,7 @@ mrvl_crypto_pmd_sym_session_get_size(__rte_unused struct rte_cryptodev *dev) /** Configure the session from a crypto xform chain (PMD ops callback). * * @param dev Pointer to the device structure. - * @param xform Pointer to the crytpo configuration structure. + * @param xform Pointer to the crypto configuration structure. * @param sess Pointer to the empty session structure. * @returns 0 upon success, negative value otherwise. */ -- 2.20.1