diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-28 16:01:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-28 16:01:03 -0400 |
commit | 9468bf3a69b05bda05adb06f954b089ace301afc (patch) | |
tree | 69f66ca86003dd040bddfad5ef4b7a4874ebd163 /drivers/tee/sandbox.c | |
parent | a5ec56aea1a56737a4e124d058a6920d16f5e686 (diff) | |
parent | d2fbe1fa29190fc1209364b3d5e33294009da9bd (diff) |
Merge tag 'doc-2024-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-04-rc6
Documentation:
* man page of 'itest'
* tee: sandbox: fix spelling errors in function documentation
Diffstat (limited to 'drivers/tee/sandbox.c')
-rw-r--r-- | drivers/tee/sandbox.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/tee/sandbox.c b/drivers/tee/sandbox.c index 86219a9bb1..ec66401878 100644 --- a/drivers/tee/sandbox.c +++ b/drivers/tee/sandbox.c @@ -14,7 +14,7 @@ #include "optee/optee_private.h" /* - * The sandbox tee driver tries to emulate a generic Trusted Exectution + * The sandbox tee driver tries to emulate a generic Trusted Execution * Environment (TEE) with the Trusted Applications (TA) OPTEE_TA_AVB and * OPTEE_TA_RPC_TEST available. */ @@ -23,7 +23,7 @@ static const u32 pstorage_max = 16; /** * struct ta_entry - TA entries * @uuid: UUID of an emulated TA - * @open_session Called when a session is openened to the TA + * @open_session Called when a session is opened to the TA * @invoke_func Called when a function in the TA is to be invoked * * This struct is used to register TAs in this sandbox emulation of a TEE. @@ -140,8 +140,8 @@ static u32 pta_scp03_invoke_func(struct udevice *dev, u32 func, uint num_params, provisioned = true; /* - * Either way, we asume both operations succeeded and that - * the communication channel has now been stablished + * Either way, we assume both operations succeeded and that + * the communication channel has now been established */ return TEE_SUCCESS; |