Skip to content

Commit b19773a

Browse files
etienne-lmsjenswi-linaro
authored andcommitted
optee: add missing description of RPC argument reference
Adds missing inline description comment for RPC optional arguments reference. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/lkml/202310192021.fvb6JDOY-lkp@intel.com/ Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent cab4a9b commit b19773a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/tee/optee/smc_abi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee,
806806
/**
807807
* optee_handle_rpc() - handle RPC from secure world
808808
* @ctx: context doing the RPC
809+
* @rpc_arg: pointer to RPC arguments if any, or NULL if none
809810
* @param: value of registers for the RPC
810811
* @call_ctx: call context. Preserved during one OP-TEE invocation
811812
*

0 commit comments

Comments
 (0)