[PATCH v2] arm64: Fix typos and spelling errors in comments
Catalin Marinas
catalin.marinas at arm.com
Wed Nov 12 07:27:51 PST 2025
On Thu, Nov 06, 2025 at 07:26:55PM +0530, mrigendrachaubey wrote:
> This patch corrects several minor typographical and spelling errors
> in comments across multiple arm64 source files.
>
> No functional changes.
>
> Signed-off-by: mrigendrachaubey <mrigendra.chaubey at gmail.com>
> ---
> arch/arm64/include/asm/assembler.h | 4 ++--
> arch/arm64/include/asm/cpufeature.h | 4 ++--
> arch/arm64/include/asm/el2_setup.h | 2 +-
> arch/arm64/include/asm/pgtable.h | 4 ++--
> arch/arm64/include/asm/suspend.h | 2 +-
> arch/arm64/kernel/acpi.c | 2 +-
> arch/arm64/kernel/cpufeature.c | 2 +-
> arch/arm64/kernel/ftrace.c | 2 +-
> arch/arm64/kernel/machine_kexec.c | 2 +-
> arch/arm64/kernel/probes/uprobes.c | 2 +-
> arch/arm64/kernel/sdei.c | 2 +-
> arch/arm64/kernel/smp.c | 4 ++--
> arch/arm64/kernel/traps.c | 2 +-
> arch/arm64/kvm/arch_timer.c | 2 +-
> arch/arm64/kvm/hyp/nvhe/ffa.c | 2 +-
> arch/arm64/kvm/mmu.c | 2 +-
> arch/arm64/kvm/nested.c | 2 +-
Marc, Oliver, do you care about these kvm typos and are you happy for
them to go in via the arm64 tree?
> diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c
> index 5ed401ff79e3..5c673778e28f 100644
> --- a/arch/arm64/kernel/cpufeature.c
> +++ b/arch/arm64/kernel/cpufeature.c
> @@ -1002,7 +1002,7 @@ static void __init sort_ftr_regs(void)
>
> /*
> * Initialise the CPU feature register from Boot CPU values.
> - * Also initiliases the strict_mask for the register.
> + * Also initialises, the strict_mask for the register.
This comma is wrong (I can drop it when applying).
--
Catalin
More information about the linux-arm-kernel
mailing list