aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Carriere <[email protected]>2023-10-30 09:55:15 +0100
committerJens Wiklander <[email protected]>2023-12-11 15:02:12 +0100
commitb19773a1c6c02f5efc35e9f506aeddd2c7d2ac29 (patch)
tree64c798b32b579acc24310eb9829f45f09bfb78df
parentcab4a9bc06fdd9d605d7df2665e64e5c48f2db84 (diff)
optee: add missing description of RPC argument reference
Adds missing inline description comment for RPC optional arguments reference. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Etienne Carriere <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Jens Wiklander <[email protected]>
-rw-r--r--drivers/tee/optee/smc_abi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tee/optee/smc_abi.c b/drivers/tee/optee/smc_abi.c
index d5b28fd35d66..67bfa25d6302 100644
--- a/drivers/tee/optee/smc_abi.c
+++ b/drivers/tee/optee/smc_abi.c
@@ -806,6 +806,7 @@ static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee,
/**
* optee_handle_rpc() - handle RPC from secure world
* @ctx: context doing the RPC
+ * @rpc_arg: pointer to RPC arguments if any, or NULL if none
* @param: value of registers for the RPC
* @call_ctx: call context. Preserved during one OP-TEE invocation
*