Skip to content

Commit

Permalink
cryptodev: fix comments of modular operation parameters
Browse files Browse the repository at this point in the history
The Doxygen comments are made after the struct field,
but were missing the Doxygen syntax /**<.

Fixes: 518a974 ("cryptodev: reorganize asymmetric structs")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
tmonjalo committed Jun 27, 2023
1 parent 16bd1c6 commit f504f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cryptodev/rte_crypto_asym.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ struct rte_crypto_sm2_xform {
*/
struct rte_crypto_mod_op_param {
rte_crypto_uint base;
/** Base of modular exponentiation/multiplicative inverse */
/**< Base of modular exponentiation/multiplicative inverse. */
rte_crypto_uint result;
/** Result of modular exponentiation/multiplicative inverse */
/**< Result of modular exponentiation/multiplicative inverse. */
};

/**
Expand Down

0 comments on commit f504f97

Please sign in to comment.