Skip to content

Commit

Permalink
powerpc/hw_breakpoint.h: delete duplicated word
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Randy Dunlap authored and Michael Ellerman committed Jul 26, 2020
1 parent 8965aa4 commit 028cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/hw_breakpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 028cc22

Please sign in to comment.