[PATCH] arm64: Fix typos and spelling errors in comments
Will Deacon
will at kernel.org
Tue Nov 4 05:55:42 PST 2025
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
More information about the linux-arm-kernel
mailing list