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:   Wed, 10 Jun 2020 16:18:28 +0200
From:   Flavio Suligoi <f.suligoi@...m.it>
To:     Russell King <linux@...linux.org.uk>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, Flavio Suligoi <f.suligoi@...m.it>
Subject: [PATCH] arm: include: asm: fix spelling mistake

Fix typo: "triger" --> "trigger"

Signed-off-by: Flavio Suligoi <f.suligoi@...m.it>
---
 arch/arm/include/asm/cti.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/include/asm/cti.h b/arch/arm/include/asm/cti.h
index f8500e5d6ea8..ddd7b73a5870 100644
--- a/arch/arm/include/asm/cti.h
+++ b/arch/arm/include/asm/cti.h
@@ -41,7 +41,7 @@
  * struct cti - cross trigger interface struct
  * @base: mapped virtual address for the cti base
  * @irq: irq number for the cti
- * @trig_out_for_irq: triger out number which will cause
+ * @trig_out_for_irq: trigger out number which will cause
  *	the @irq happen
  *
  * cti struct used to operate cti registers.
@@ -57,7 +57,7 @@ struct cti {
  * @cti: cti instance
  * @base: mapped virtual address for the cti base
  * @irq: irq number for the cti
- * @trig_out: triger out number which will cause
+ * @trig_out: trigger out number which will cause
  *	the @irq happen
  *
  * called by machine code to pass the board dependent
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ