1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-23 02:45:18 +08:00

Neaten 'Please call next function' docs.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2024-08-01 11:50:16 +01:00
parent 4b0b35e1d7
commit 459448b8cf

View File

@ -4968,9 +4968,9 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation);
* required before calling. * required before calling.
* *
* \retval #PSA_SUCCESS * \retval #PSA_SUCCESS
* The operation started successfully - please call \c * The operation started successfully.
* psa_key_agreement_iop_complete() with the same context to complete * Call \c psa_key_agreement_iop_complete() with the same context to
* the operation. * complete the operation.
* *
* \retval #PSA_ERROR_BAD_STATE * \retval #PSA_ERROR_BAD_STATE
* Another operation has already been started on this context, and is * Another operation has already been started on this context, and is