Re: [PATCH] arm64: Fix typos and spelling errors in comments
From: Will Deacon
Date: Tue Nov 04 2025 - 08:57:02 EST
On Sat, Oct 11, 2025 at 08:10:04PM +0530, mrigendrachaubey wrote:
> diff --git a/arch/arm64/net/bpf_jit_comp.c b/arch/arm64/net/bpf_jit_comp.c
> index ab83089c3d8f..3cfdb77fb47c 100644
> --- a/arch/arm64/net/bpf_jit_comp.c
> +++ b/arch/arm64/net/bpf_jit_comp.c
> @@ -3053,7 +3053,7 @@ bool bpf_jit_supports_exceptions(void)
> /* We unwind through both kernel frames starting from within bpf_throw
> * call and BPF frames. Therefore we require FP unwinder to be enabled
> * to walk kernel frames and reach BPF frames in the stack trace.
> - * ARM64 kernel is aways compiled with CONFIG_FRAME_POINTER=y
> + * ARM64 kernel is always, compiled with CONFIG_FRAME_POINTER=y
Seems weird to add a comma here?
Will