[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210125194129.24392-1-rdunlap@infradead.org>
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