From 459448b8cf3876a496533307f7776a4dffb8269c Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Thu, 1 Aug 2024 11:50:16 +0100 Subject: [PATCH] Neaten 'Please call next function' docs. Signed-off-by: Paul Elliott --- tf-psa-crypto/include/psa/crypto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tf-psa-crypto/include/psa/crypto.h b/tf-psa-crypto/include/psa/crypto.h index 310cfc768..3260620c8 100644 --- a/tf-psa-crypto/include/psa/crypto.h +++ b/tf-psa-crypto/include/psa/crypto.h @@ -4968,9 +4968,9 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation); * required before calling. * * \retval #PSA_SUCCESS - * The operation started successfully - please call \c - * psa_key_agreement_iop_complete() with the same context to complete - * the operation. + * The operation started successfully. + * Call \c psa_key_agreement_iop_complete() with the same context to + * complete the operation. * * \retval #PSA_ERROR_BAD_STATE * Another operation has already been started on this context, and is