Skip to content

Commit 499ea37

Browse files
JuliaLawalljenswi-linaro
authored andcommitted
optee: update outdated comment
The function cmd_alloc_suppl() was renamed as optee_rpc_cmd_alloc_suppl() in commit c51a564 ("optee: isolate smc abi"). Update the comment accordingly. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent 8f0b4cc commit 499ea37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/tee/optee/rpc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ void optee_rpc_cmd_free_suppl(struct tee_context *ctx, struct tee_shm *shm)
247247
param.u.value.c = 0;
248248

249249
/*
250-
* Match the tee_shm_get_from_id() in cmd_alloc_suppl() as secure
251-
* world has released its reference.
250+
* Match the tee_shm_get_from_id() in optee_rpc_cmd_alloc_suppl()
251+
* as secure world has released its reference.
252252
*
253253
* It's better to do this before sending the request to supplicant
254254
* as we'd like to let the process doing the initial allocation to

0 commit comments

Comments
 (0)