[PATCH] crypto/aesni_mb: fix typo in error message
Joel Kavanagh
joel.f.kavanagh at gmail.com
Mon Jul 8 15:07:14 CEST 2024
Fixes a typo in the log message for error allocation.
Fixes: f9dfb59edbc ("crypto/aesni_mb: fix typo in error message")
Cc: stable at dpdk.org
Signed-off-by: Joel Kavanagh <joel.f.kavanagh at gmail.com>
---
drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
index 69a546697b..60dc2a2f0c 100644
--- a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
+++ b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
@@ -1500,7 +1500,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,
*
* @return
* - 0 on success, the IMB_JOB will be filled
- * - -1 if invalid session or errors allocationg SGL linear buffer,
+ * - -1 if invalid session or errors allocating SGL linear buffer,
* IMB_JOB will not be filled
*/
static inline int
--
2.34.1
More information about the stable
mailing list