patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] crypto/aesni_mb: fix typo in error message
@ 2024-07-08 13:07 Joel Kavanagh
  0 siblings, 0 replies; only message in thread
From: Joel Kavanagh @ 2024-07-08 13:07 UTC (permalink / raw)
  To: brian.dooley; +Cc: Joel Kavanagh, stable

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-08 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-08 13:07 [PATCH] crypto/aesni_mb: fix typo in error message Joel Kavanagh

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).