Fix code style for key derivation input function

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy
2025-03-03 15:04:17 +00:00
parent cba05ece2b
commit 82cd324fd4

View File

@@ -7489,7 +7489,7 @@ static psa_status_t psa_key_derivation_input_internal(
psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation);
if (kdf_alg == 0) {
/* This is a blank or aborted operation. */
/* This is a blank or aborted operation. */
status = PSA_ERROR_BAD_STATE;
goto exit;
}