aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-02-07 05:09:51 -0800
committerThierry Reding <treding@nvidia.com>2022-02-25 14:10:09 +0100
commitfcfaff508b9fa9ad6d8a17d4855e3ec7382886ae (patch)
tree09b270e172741f00ffa62a035ef66c62c7ffef93
parentsoc/tegra: pmc: Add Tegra234 wake events (diff)
downloadlinux-dev-fcfaff508b9fa9ad6d8a17d4855e3ec7382886ae.tar.xz
linux-dev-fcfaff508b9fa9ad6d8a17d4855e3ec7382886ae.zip
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>
-rw-r--r--include/soc/tegra/bpmp-abi.h2
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) */