Skip to content

Commit 337f7e3

Browse files
Bo Liuctmarinas
authored andcommitted
arm64: Fix double word in comments
Remove the repeated word "the" in comments. Signed-off-by: Bo Liu <liubo03@inspur.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 96ac403 commit 337f7e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/kernel/entry-ftrace.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ SYM_CODE_START(ftrace_caller)
9494
stp x29, x30, [sp, #FREGS_SIZE]
9595
add x29, sp, #FREGS_SIZE
9696

97-
/* Prepare arguments for the the tracer func */
97+
/* Prepare arguments for the tracer func */
9898
sub x0, x30, #AARCH64_INSN_SIZE // ip (callsite's BL insn)
9999
mov x1, x9 // parent_ip (callsite's LR)
100100
mov x3, sp // regs

arch/arm64/kvm/arm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ static void kvm_hyp_init_symbols(void)
24412441
kvm_nvhe_sym(__icache_flags) = __icache_flags;
24422442
kvm_nvhe_sym(kvm_arm_vmid_bits) = kvm_arm_vmid_bits;
24432443

2444-
/* Propagate the FGT state to the the nVHE side */
2444+
/* Propagate the FGT state to the nVHE side */
24452445
kvm_nvhe_sym(hfgrtr_masks) = hfgrtr_masks;
24462446
kvm_nvhe_sym(hfgwtr_masks) = hfgwtr_masks;
24472447
kvm_nvhe_sym(hfgitr_masks) = hfgitr_masks;

0 commit comments

Comments
 (0)