[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200719003256.21353-1-rdunlap@infradead.org>
Date: Sat, 18 Jul 2020 17:32:56 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Vidya Sagar <vidyas@...dia.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Thierry Reding <treding@...dia.com>,
Timo Alho <talho@...dia.com>
Subject: [PATCH] soc: tegra/bpmp-abi.h: drop a duplicated word
Drop the repeated word "or" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Vidya Sagar <vidyas@...dia.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@....com>
Cc: Thierry Reding <treding@...dia.com>
Cc: Timo Alho <talho@...dia.com>
---
include/soc/tegra/bpmp-abi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200717.orig/include/soc/tegra/bpmp-abi.h
+++ linux-next-20200717/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) */
Powered by blists - more mailing lists