Commit fcfaff50 authored by Tom Rix's avatar Tom Rix Committed by Thierry Reding

soc/tegra: bpmp: cleanup double word in comment

Remove the second 'or'.
Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 194217df
...@@ -931,7 +931,7 @@ enum mrq_reset_commands { ...@@ -931,7 +931,7 @@ enum mrq_reset_commands {
* @brief Request with MRQ_RESET * @brief Request with MRQ_RESET
* *
* Used by the sender of an #MRQ_RESET message to request BPMP to * Used by the sender of an #MRQ_RESET message to request BPMP to
* assert or or deassert a given reset line. * assert or deassert a given reset line.
*/ */
struct mrq_reset_request { struct mrq_reset_request {
/** @brief Reset action to perform (@ref mrq_reset_commands) */ /** @brief Reset action to perform (@ref mrq_reset_commands) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment