From: Thierry Herbelot <thierry.herbelot@6wind.com>
To: dev@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>
Subject: [dpdk-dev] [PATCH 5/5] drivers/{bus,crypto}: fix typo
Date: Wed, 22 May 2019 11:44:49 +0200 [thread overview]
Message-ID: <bc0434bc6a5daad1f3098aea27a1edb072440a86.1558517518.git.thierry.herbelot@6wind.com> (raw)
In-Reply-To: <eedf1632bb8ac8d15524bf42aed23095566a055e.1558517518.git.thierry.herbelot@6wind.com>
In-Reply-To: <eedf1632bb8ac8d15524bf42aed23095566a055e.1558517518.git.thierry.herbelot@6wind.com>
Fix another copy'n'paste typo.
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h | 2 +-
drivers/crypto/caam_jr/caam_jr.c | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h b/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h
index 07b8a4372f24..c35dafedbc38 100644
--- a/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h
+++ b/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h
@@ -15,7 +15,7 @@
* - Enqueue, including setting the enqueue descriptor, and issuing enqueue
* command etc.
* - Dequeue, including setting the dequeue descriptor, issuing dequeue command,
- * parsing the dequeue response in DQRR and memeory, parsing the state change
+ * parsing the dequeue response in DQRR and memory, parsing the state change
* notifications etc.
* - Release, including setting the release descriptor, and issuing the buffer
* release command.
diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c
index 5028bd2a4c94..77c0303476ba 100644
--- a/drivers/crypto/caam_jr/caam_jr.c
+++ b/drivers/crypto/caam_jr/caam_jr.c
@@ -70,7 +70,7 @@ static inline void
caam_jr_op_ending(struct caam_jr_op_ctx *ctx)
{
PMD_INIT_FUNC_TRACE();
- /* report op status to sym->op and then free the ctx memeory */
+ /* report op status to sym->op and then free the ctx memory */
rte_mempool_put(ctx->ctx_pool, (void *)ctx);
}
diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.c b/drivers/crypto/dpaa_sec/dpaa_sec.c
index d9a7cd8a4266..122c80a072ff 100644
--- a/drivers/crypto/dpaa_sec/dpaa_sec.c
+++ b/drivers/crypto/dpaa_sec/dpaa_sec.c
@@ -61,7 +61,7 @@ dpaa_sec_op_ending(struct dpaa_sec_op_ctx *ctx)
ctx->op->status = RTE_CRYPTO_OP_STATUS_ERROR;
}
- /* report op status to sym->op and then free the ctx memeory */
+ /* report op status to sym->op and then free the ctx memory */
rte_mempool_put(ctx->ctx_pool, (void *)ctx);
}
--
2.11.0
next prev parent reply other threads:[~2019-05-22 9:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-22 9:44 [dpdk-dev] [PATCH 1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs Thierry Herbelot
2019-05-22 9:44 ` [dpdk-dev] [PATCH 2/5] crypto/mvsam: fix typo Thierry Herbelot
2019-05-27 13:53 ` Tomasz Duszynski
2019-05-22 9:44 ` [dpdk-dev] [PATCH 3/5] doc/prog_guides: fix triplicated typo Thierry Herbelot
2019-05-22 11:25 ` Trahe, Fiona
2019-05-22 9:44 ` [dpdk-dev] [PATCH 4/5] doc/guides: fix grammar Thierry Herbelot
2019-05-22 9:58 ` Rami Rosen
2019-05-22 11:24 ` Trahe, Fiona
2019-05-22 9:44 ` Thierry Herbelot [this message]
2019-06-18 12:56 ` [dpdk-dev] [PATCH 1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs Akhil Goyal
2019-06-19 14:53 ` Akhil Goyal
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=bc0434bc6a5daad1f3098aea27a1edb072440a86.1558517518.git.thierry.herbelot@6wind.com \
--to=thierry.herbelot@6wind.com \
--cc=dev@dpdk.org \
--cc=thomas@monjalon.net \
/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).