psa: driver: Fix comment whitespace format

Fix comment formatting whitespace issues in crypto_driver.h to match our
style.
This commit is contained in:
Jaeden Amero 2018-10-26 11:42:32 +01:00
parent d3d26aa6b2
commit 0a09f77357

View File

@ -684,7 +684,7 @@ typedef psa_status_t (*pcd_cipher_transparent_setup_t)(pcd_cipher_transparent_co
* \param[in] iv_length The size in bytes of the contents of `p_iv`
*
* \retval PSA_SUCCESS
*/
*/
typedef psa_status_t (*pcd_cipher_transparent_set_iv_t)(pcd_cipher_transparent_context_t *p_context,
const uint8_t *p_iv,
size_t iv_length);
@ -723,7 +723,7 @@ typedef psa_status_t (*pcd_cipher_transparent_update_t)(pcd_cipher_transparent_c
/** \brief The function prototype for the finish operation of transparent-key
* block cipher operations.
*
*
* Functions that implement the prototype should be named in the following
* convention:
* ~~~~~~~~~~~~~{.c}