From 7914440744ca1a139a880614b11d215ff98cc531 Mon Sep 17 00:00:00 2001 From: Joel Kavanagh Date: Thu, 11 Jul 2024 13:14:57 +0000 Subject: [PATCH] crypto/aesni_mb: fix error message typo This patch fixes a typo in the log message for error allocation. The typo incorrectly spelled 'allocating' as 'allocationg' in the log message for error allocation. Additionally, this commit updates the .mailmap file to ensure proper attribution and mapping of contributor email addresses. Fixes: f9dfb59edbcc ("crypto/ipsec_mb: support remaining SGL") Cc: stable@dpdk.org Signed-off-by: Joel Kavanagh Acked-by: Brian Dooley --- .mailmap | 1 + drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 3f3f0442e5c..a6088813cc7 100644 --- a/.mailmap +++ b/.mailmap @@ -685,6 +685,7 @@ Jin Yu Jiri Slaby Job Abraham Jochen Behrens +Joel Kavanagh Joey Xing Johan Faltstrom Johan Källström diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c index d74946c1802..ef4228bd385 100644 --- a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c +++ b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c @@ -1534,7 +1534,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