summaryrefslogtreecommitdiff
path: root/include/scmi_agent.h
diff options
context:
space:
mode:
authorEtienne Carriere <etienne.carriere@linaro.org>2021-11-08 10:56:07 +0300
committerTom Rini <trini@konsulko.com>2021-11-23 21:53:03 +0300
commit5ddbbd19576c33f584da056c78778268dcb6ad67 (patch)
treec2796ac85e9d6e9c78393e12e4bce3e5882c40fb /include/scmi_agent.h
parent7f6743d4f88a84861f51bcd4d830d96bc87503aa (diff)
downloadu-boot-5ddbbd19576c33f584da056c78778268dcb6ad67.tar.xz
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>
Diffstat (limited to 'include/scmi_agent.h')
-rw-r--r--include/scmi_agent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scmi_agent.h b/include/scmi_agent.h
index f1be9ff209..ed40c7360a 100644
--- a/include/scmi_agent.h
+++ b/include/scmi_agent.h
@@ -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.
*