patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Joel Kavanagh <joel.f.kavanagh@gmail.com>
To: brian.dooley@intel.com
Cc: Joel Kavanagh <joel.f.kavanagh@gmail.com>, stable@dpdk.org
Subject: [PATCH] crypto/aesni_mb: fix typo in error message
Date: Mon,  8 Jul 2024 13:07:14 +0000	[thread overview]
Message-ID: <20240708130714.587244-1-joel.f.kavanagh@gmail.com> (raw)

Fixes a typo in the log message for error allocation.

Fixes: f9dfb59edbc ("crypto/aesni_mb: fix typo in error message")
Cc: stable@dpdk.org

Signed-off-by: Joel Kavanagh <joel.f.kavanagh@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


                 reply	other threads:[~2024-07-08 13:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240708130714.587244-1-joel.f.kavanagh@gmail.com \
    --to=joel.f.kavanagh@gmail.com \
    --cc=brian.dooley@intel.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).