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.com Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
568035b01c
commit
2e42b1652d
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ enum scmi_optee_pta_cmd {
|
|||
* @channel_id: OP-TEE channel ID used for this transport
|
||||
* @tee_session: TEE session identifier
|
||||
* @caps: OP-TEE SCMI channel capabilities
|
||||
* @rx_len: Response size
|
||||
* @mu: Mutex protection on channel access
|
||||
* @cinfo: SCMI channel information
|
||||
* @shmem: Virtual base address of the shared memory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue