Commit 337f7e3a authored by Bo Liu's avatar Bo Liu Committed by Catalin Marinas
Browse files

arm64: Fix double word in comments



Remove the repeated word "the" in comments.

Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 96ac403e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ SYM_CODE_START(ftrace_caller)
	stp	x29, x30, [sp, #FREGS_SIZE]
	add	x29, sp, #FREGS_SIZE

	/* Prepare arguments for the the tracer func */
	/* Prepare arguments for the tracer func */
	sub	x0, x30, #AARCH64_INSN_SIZE		// ip (callsite's BL insn)
	mov	x1, x9					// parent_ip (callsite's LR)
	mov	x3, sp					// regs
+1 −1
Original line number Diff line number Diff line
@@ -2441,7 +2441,7 @@ static void kvm_hyp_init_symbols(void)
	kvm_nvhe_sym(__icache_flags) = __icache_flags;
	kvm_nvhe_sym(kvm_arm_vmid_bits) = kvm_arm_vmid_bits;

	/* Propagate the FGT state to the the nVHE side */
	/* Propagate the FGT state to the nVHE side */
	kvm_nvhe_sym(hfgrtr_masks)  = hfgrtr_masks;
	kvm_nvhe_sym(hfgwtr_masks)  = hfgwtr_masks;
	kvm_nvhe_sym(hfgitr_masks)  = hfgitr_masks;