mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
firmware: scmi: fix description of an API function
Correct inline comment describing API function devm_scmi_process_msg(). Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
7f6743d4f8
commit
5ddbbd1957
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ struct scmi_msg {
|
|||
}
|
||||
|
||||
/**
|
||||
* scmi_send_and_process_msg() - send and process a SCMI message
|
||||
* devm_scmi_process_msg() - Send and process an SCMI message
|
||||
*
|
||||
* Send a message to a SCMI server through a target SCMI agent device.
|
||||
* Send a message to an SCMI server through a target SCMI agent device.
|
||||
* Caller sets scmi_msg::out_msg_sz to the output message buffer size.
|
||||
* On return, scmi_msg::out_msg_sz stores the response payload size.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue