From 7aeacc1ec4b832b43c512067323156705e686fe2 Mon Sep 17 00:00:00 2001 From: Ryan Everett Date: Fri, 19 Jan 2024 13:02:58 +0000 Subject: [PATCH] Add empty line in register_read comment Signed-off-by: Ryan Everett --- library/psa_crypto_slot_management.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/psa_crypto_slot_management.h b/library/psa_crypto_slot_management.h index 4c0721d3be..002429b933 100644 --- a/library/psa_crypto_slot_management.h +++ b/library/psa_crypto_slot_management.h @@ -154,6 +154,7 @@ static inline psa_status_t psa_key_slot_state_transition( * This function increments the key slot registered reader counter by one. * If multi-threading is enabled, the caller must hold the * global key slot mutex. + * * \param[in] slot The key slot. * * \retval #PSA_SUCCESS