diff options
author | Randy Dunlap | 2020-07-25 17:38:06 -0700 |
---|---|---|
committer | Michael Ellerman | 2020-07-27 00:01:32 +1000 |
commit | db10f5500004268b29e3c5bfd1e44ef53a1e25c9 (patch) | |
tree | 42a912eb713e87628a5295e7ad153b2444db4623 /arch/powerpc/include | |
parent | 028cc22d29959b501add32fc62660e5484c8092d (diff) |
powerpc/ppc_asm.h: delete duplicated word
Drop the repeated word "in".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200726003809.20454-7-rdunlap@infradead.org
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/ppc_asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ppc_asm.h b/arch/powerpc/include/asm/ppc_asm.h index 160f3bb77ea4..b4cc6608131c 100644 --- a/arch/powerpc/include/asm/ppc_asm.h +++ b/arch/powerpc/include/asm/ppc_asm.h @@ -776,7 +776,7 @@ END_FTR_SECTION_NESTED(CPU_FTR_CELL_TB_BUG, CPU_FTR_CELL_TB_BUG, 96) #define FIXUP_ENDIAN #else /* - * This version may be used in in HV or non-HV context. + * This version may be used in HV or non-HV context. * MSR[EE] must be disabled. */ #define FIXUP_ENDIAN \ |