diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-03 14:16:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 14:16:14 -0500 |
commit | 09cb77d22e8b87f02718a2e8f8ec7952f7673622 (patch) | |
tree | b4a584688949e49d22e1daac341666c93b720d87 /include/scmi_agent.h | |
parent | 2dfdba4a5a48de33a3cedc908c183b86b6ff7bd5 (diff) | |
parent | 7c33f78983c344c46d46d857fd1d5e2b5b95ad40 (diff) |
Merge branch '2022-03-02-scmi-updates' into next
- A small set of scmi updates
Diffstat (limited to 'include/scmi_agent.h')
-rw-r--r-- | include/scmi_agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scmi_agent.h b/include/scmi_agent.h index 5015c06be99..18bcd48a9d4 100644 --- a/include/scmi_agent.h +++ b/include/scmi_agent.h @@ -51,7 +51,7 @@ struct scmi_msg { * 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. * - * @dev: SCMI agent device + * @dev: SCMI device * @msg: Message structure reference * Return: 0 on success and a negative errno on failure */ |