Skip to content

Commit

Permalink
crypto/mvsam: fix typo in comment
Browse files Browse the repository at this point in the history
[ upstream commit 90ea7e6 ]

Inverted letters.

Fixes: 8a61c83 ("crypto/mrvl: add mrvl crypto driver")

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
Acked-by: Tomasz Duszynski <tdu@semihalf.com>
  • Loading branch information
herbelot authored and kevintraynor committed Aug 26, 2019
1 parent 9ca3bd3 commit 3220ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
Expand Up @@ -726,7 +726,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.
*/
Expand Down

0 comments on commit 3220ea9

Please sign in to comment.