aboutsummaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
authorEtienne Carriere <etienne.carriere@linaro.org>2019-02-25 14:51:18 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2019-02-25 17:51:40 +0100
commit9dde212d4794a8315a7509e17c3d3c423afa5920 (patch)
tree3a8bcd38e20f09c2ea63cb2742a5d58d60212ef7 /core/include
parentbb80916b8c85fd2ee1354061dfb31d9c35d9a535 (diff)
core: replace TAF with TA invocation in inline comments
TAF stands for Trusted Application Function. It is deprecated since a while. This change replaces the few remaining occurrences with TA invocation. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/include')
-rw-r--r--core/include/kernel/tee_ta_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/include/kernel/tee_ta_manager.h b/core/include/kernel/tee_ta_manager.h
index 68a5e4a1..60ba9338 100644
--- a/core/include/kernel/tee_ta_manager.h
+++ b/core/include/kernel/tee_ta_manager.h
@@ -93,9 +93,9 @@ struct tee_ta_session {
uint32_t id; /* Session handle (0 is invalid) */
struct tee_ta_ctx *ctx; /* TA context */
TEE_Identity clnt_id; /* Identify of client */
- bool cancel; /* True if TAF is cancelled */
+ bool cancel; /* True if TA invocation is cancelled */
bool cancel_mask; /* True if cancel is masked */
- TEE_Time cancel_time; /* Time when to cancel the TAF */
+ TEE_Time cancel_time; /* Time when to cancel the TA invocation */
void *user_ctx; /* Opaque session handle assigned by PTA */
uint32_t ref_count; /* reference counter */
struct condvar refc_cv; /* CV used to wait for ref_count to be 0 */