Fix another copy'n'paste typo.
Fixes:
531b17a780dc ("bus/fslmc: add QBMAN driver to bus")
Fixes:
6ef6beca8844 ("crypto/caam_jr: add enqueue/dequeue operations")
Fixes:
c3e85bdcc6e6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform")
Cc: stable@dpdk.org
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
* - 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.
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);
}
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);
}