Skip to content

Commit c4b5abb

Browse files
rddunlapctmarinas
authored andcommitted
arm64: ptrace.h: delete duplicated word
Drop the repeated word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent c4334d5 commit c4b5abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/ptrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* Some code sections either automatically switch back to PSR.I or explicitly
2929
* require to not use priority masking. If bit GIC_PRIO_PSR_I_SET is included
30-
* in the the priority mask, it indicates that PSR.I should be set and
30+
* in the priority mask, it indicates that PSR.I should be set and
3131
* interrupt disabling temporarily does not rely on IRQ priorities.
3232
*/
3333
#define GIC_PRIO_IRQON 0xe0

0 commit comments

Comments
 (0)