diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2020-01-31 08:28:11 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2020-02-10 14:50:41 +0300 |
commit | 71af05a7d0eb63fa5a6b64f296a5f2c8d84d6a9e (patch) | |
tree | 2feeeaa37d1d1b9592be3b927ca58ec949a78ae0 /drivers/firmware/arm_scmi/common.h | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-71af05a7d0eb63fa5a6b64f296a5f2c8d84d6a9e.tar.xz |
firmware: arm_scmi: Update doc style comments
Fix minor formatting issues with the doc style comments.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/1bff7c0d1ad2c8b6eeff9660421f414f8c612eb2.1580448239.git.viresh.kumar@linaro.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'drivers/firmware/arm_scmi/common.h')
-rw-r--r-- | drivers/firmware/arm_scmi/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firmware/arm_scmi/common.h b/drivers/firmware/arm_scmi/common.h index df35358ff324..227934871929 100644 --- a/drivers/firmware/arm_scmi/common.h +++ b/drivers/firmware/arm_scmi/common.h @@ -33,8 +33,8 @@ enum scmi_common_cmd { /** * struct scmi_msg_resp_prot_version - Response for a message * - * @major_version: Major version of the ABI that firmware supports * @minor_version: Minor version of the ABI that firmware supports + * @major_version: Major version of the ABI that firmware supports * * In general, ABI version changes follow the rule that minor version increments * are backward compatible. Major revision changes in ABI may not be @@ -88,7 +88,7 @@ struct scmi_msg { * message. If request-ACK protocol is used, we can reuse the same * buffer for the rx path as we use for the tx path. * @done: command message transmit completion event - * @async: pointer to delayed response message received event completion + * @async_done: pointer to delayed response message received event completion */ struct scmi_xfer { int transfer_id; |