[2/5] crypto/mvsam: fix typo

Message ID 912d4662a9fc133f4bb76a9e075446674a113992.1558517518.git.thierry.herbelot@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series [1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Thierry Herbelot May 22, 2019, 9:44 a.m. UTC
  Inverted letters.

Fixes: 8a61c83af2fae ('crypto/mrvl: add mrvl crypto driver')
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Tomasz Duszynski May 27, 2019, 1:53 p.m. UTC | #1
On Wed, May 22, 2019 at 11:44:46AM +0200, Thierry Herbelot wrote:
> Inverted letters.
>
> Fixes: 8a61c83af2fae ('crypto/mrvl: add mrvl crypto driver')
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
> ---
>  drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
> index ef520356ff14..f6bf2cd4c535 100644
> --- a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
> +++ b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
> @@ -727,7 +727,7 @@ mrvl_crypto_pmd_sym_session_get_size(__rte_unused struct rte_cryptodev *dev)
>  /** Configure the session from a crypto xform chain (PMD ops callback).
>   *
>   * @param dev Pointer to the device structure.
> - * @param xform Pointer to the crytpo configuration structure.
> + * @param xform Pointer to the crypto configuration structure.
>   * @param sess Pointer to the empty session structure.
>   * @returns 0 upon success, negative value otherwise.
>   */
> --
> 2.11.0
>

Thanks for catching this.
Acked-by: Tomasz Duszynski <tdu@semihalf.com>
  

Patch

diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
index ef520356ff14..f6bf2cd4c535 100644
--- a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
+++ b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
@@ -727,7 +727,7 @@  mrvl_crypto_pmd_sym_session_get_size(__rte_unused struct rte_cryptodev *dev)
 /** Configure the session from a crypto xform chain (PMD ops callback).
  *
  * @param dev Pointer to the device structure.
- * @param xform Pointer to the crytpo configuration structure.
+ * @param xform Pointer to the crypto configuration structure.
  * @param sess Pointer to the empty session structure.
  * @returns 0 upon success, negative value otherwise.
  */