diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-26 02:38:05 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-07-26 16:01:31 +0200 |
commit | 028cc22d29959b501add32fc62660e5484c8092d (patch) | |
tree | 69cf77bb179ed11158a5a4e1bccf231a66edc821 /arch/powerpc/include/asm | |
parent | powerpc/epapr_hcalls.h: delete duplicated words (diff) | |
download | linux-028cc22d29959b501add32fc62660e5484c8092d.tar.xz linux-028cc22d29959b501add32fc62660e5484c8092d.zip |
powerpc/hw_breakpoint.h: delete duplicated word
Drop the repeated word "the".
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-6-rdunlap@infradead.org
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/hw_breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/hw_breakpoint.h b/arch/powerpc/include/asm/hw_breakpoint.h index c89250b6ac34..db206a7f38e2 100644 --- a/arch/powerpc/include/asm/hw_breakpoint.h +++ b/arch/powerpc/include/asm/hw_breakpoint.h @@ -19,7 +19,7 @@ struct arch_hw_breakpoint { u16 hw_len; /* length programmed in hw */ }; -/* Note: Don't change the the first 6 bits below as they are in the same order +/* Note: Don't change the first 6 bits below as they are in the same order * as the dabr and dabrx. */ #define HW_BRK_TYPE_READ 0x01 |