]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: Fix double word in comments
authorBo Liu <liubo03@inspur.com>
Wed, 29 Oct 2025 07:17:42 +0000 (15:17 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 12 Nov 2025 17:07:59 +0000 (17:07 +0000)
Remove the repeated word "the" in comments.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry-ftrace.S
arch/arm64/kvm/arm.c

index 169ccf600066b5afc53db2e952704c1ae4d0d676..025140caafe740bbf43ee961e053de36d5a5d65c 100644 (file)
@@ -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
index f21d1b7f20f8e6f6facba8fe2ef4c3ea9326adde..69d92e3e3d1a848be6deba155949d83c77228c02 100644 (file)
@@ -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;