diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-25 17:32:06 -0700 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2020-07-30 12:54:56 +0100 |
commit | c4b5abba008399dc4450ab6f62b2deb5acd3697e (patch) | |
tree | ad6a0190af9df8cf25e447d525e8c7a85109f8ae /arch/arm64 | |
parent | c4334d576cf420a7d0f4349ce0b0a8ed0de3938f (diff) |
arm64: ptrace.h: delete duplicated word
Drop the repeated word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20200726003207.20253-3-rdunlap@infradead.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/include/asm/ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/ptrace.h b/arch/arm64/include/asm/ptrace.h index 953b6a1ce549..966ed30ed5f7 100644 --- a/arch/arm64/include/asm/ptrace.h +++ b/arch/arm64/include/asm/ptrace.h @@ -27,7 +27,7 @@ * * Some code sections either automatically switch back to PSR.I or explicitly * require to not use priority masking. If bit GIC_PRIO_PSR_I_SET is included - * in the the priority mask, it indicates that PSR.I should be set and + * in the priority mask, it indicates that PSR.I should be set and * interrupt disabling temporarily does not rely on IRQ priorities. */ #define GIC_PRIO_IRQON 0xe0 |