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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 25 Jan 2021 11:41:29 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     linux-kernel@...r.kernel.org
Cc:     Randy Dunlap <rdunlap@...radead.org>,
        Yoshinori Sato <ysato@...rs.sourceforge.jp>,
        uclinux-h8-devel@...ts.sourceforge.jp,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH RESEND] H8/300: flat.h: fix a duplicated word

Change the phrase "is is" to "it is".

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: uclinux-h8-devel@...ts.sourceforge.jp
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
 arch/h8300/include/asm/flat.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200720.orig/arch/h8300/include/asm/flat.h
+++ linux-next-20200720/arch/h8300/include/asm/flat.h
@@ -12,7 +12,7 @@
  * on the H8 a couple of the relocations have an instruction in the
  * top byte.  As there can only be 24bits of address space,  we just
  * always preserve that 8bits at the top,  when it isn't an instruction
- * is is 0 (davidm@...pgear.com)
+ * it is 0 (davidm@...pgear.com)
  */
 
 #define	flat_get_relocate_addr(rel)		(rel & ~0x00000001)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ