Skip to content

Commit

Permalink
core: kernel: fix typo in huk_subkey.h inline comment
Browse files Browse the repository at this point in the history
Fix a typo in `huk_subkey.h` inline comment where TEE_SUCCES should be
TEE_SUCCESS.

Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Signed-off-by: Niklas Kirschall <niki.nice1203@gmail.com>
  • Loading branch information
nkxxll authored and jforissier committed Feb 13, 2024
1 parent a7400fc commit 9745293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/kernel/huk_subkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ enum huk_subkey_usage {
* implementation.
* __huk_subkey_derive() implements the default behavior of HUK derivation.
*
* Return TEE_SUCCES on success or an error code on failure.
* Return TEE_SUCCESS on success or an error code on failure.
*/
TEE_Result huk_subkey_derive(enum huk_subkey_usage usage,
const void *const_data, size_t const_data_len,
Expand Down

0 comments on commit 9745293

Please sign in to comment.