[PATCH] soc/tegra: bpmp: cleanup double word in comment

trix@redhat.com posted 1 patch 4 years, 4 months ago
include/soc/tegra/bpmp-abi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc/tegra: bpmp: cleanup double word in comment
Posted by trix@redhat.com 4 years, 4 months ago
From: Tom Rix <trix@redhat.com>

Remove the second 'or'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 include/soc/tegra/bpmp-abi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h
index bff99f23860c3..53171e324d1ce 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) */
-- 
2.26.3

Re: [PATCH] soc/tegra: bpmp: cleanup double word in comment
Posted by Thierry Reding 4 years, 4 months ago
On Mon, Feb 07, 2022 at 05:09:51AM -0800, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> Remove the second 'or'.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
>  include/soc/tegra/bpmp-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry