提交 2e42b165 编写于 作者: C Cristian Marussi 提交者: Sudeep Holla

firmware: arm_scmi: Fix missing kernel-doc in optee

Add the missing structure field `rx_len` description.

Link: https://lore.kernel.org/r/20220817172731.1185305-2-cristian.marussi@arm.comSigned-off-by: NCristian Marussi <cristian.marussi@arm.com>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
上级 568035b0
...@@ -106,6 +106,7 @@ enum scmi_optee_pta_cmd { ...@@ -106,6 +106,7 @@ enum scmi_optee_pta_cmd {
* @channel_id: OP-TEE channel ID used for this transport * @channel_id: OP-TEE channel ID used for this transport
* @tee_session: TEE session identifier * @tee_session: TEE session identifier
* @caps: OP-TEE SCMI channel capabilities * @caps: OP-TEE SCMI channel capabilities
* @rx_len: Response size
* @mu: Mutex protection on channel access * @mu: Mutex protection on channel access
* @cinfo: SCMI channel information * @cinfo: SCMI channel information
* @shmem: Virtual base address of the shared memory * @shmem: Virtual base address of the shared memory
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册