diff options
author | Tom Rix <trix@redhat.com> | 2022-02-07 05:09:51 -0800 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-02-25 14:10:09 +0100 |
commit | fcfaff508b9fa9ad6d8a17d4855e3ec7382886ae (patch) | |
tree | 09b270e172741f00ffa62a035ef66c62c7ffef93 /include/soc | |
parent | 194217df813a78234130576eaabbfe2524eae70c (diff) |
soc/tegra: bpmp: cleanup double word in comment
Remove the second 'or'.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/tegra/bpmp-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index bff99f23860c..53171e324d1c 100644 --- a/include/soc/tegra/bpmp-abi.h +++ b/include/soc/tegra/bpmp-abi.h @@ -931,7 +931,7 @@ enum mrq_reset_commands { * @brief Request with MRQ_RESET * * 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 { /** @brief Reset action to perform (@ref mrq_reset_commands) */ |