lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ