[PATCH bpf-next v3 0/7] bpf: fix typos and repeated words in comments
From: Hemanth Selam <hidden>
Date: 2026-09-07 12:00:55
Also in:
bpf, linux-kselftest, linuxppc-dev, lkml, sparclinux
Fix misspellings and repeated words in comments across the BPF code, found with scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Comments only, no code changes. Changes since v2: - rebased onto bpf-next; v2 was based on mainline, which is what the BPF CI reported a conflict against - dropped the kernel/bpf/stream.c hunk: the comment holding "accomodate" has since been rewritten upstream and the typo is gone, so there is nothing left to fix there Changes since v1: - use the selftests/bpf: and libbpf: subject prefixes that the rest of those directories use, as the BPF CI suggested Hemanth Selam (7): ARM: net: fix typo "arithmatic" in comment bpf: fix typos in comments powerpc: net: fix typo "upto" in comments selftests/bpf: fix typos in comments sparc: net: fix typo "evalute" in comment libbpf: Fix typos in comments selftests/bpf: fix repeated words in comments arch/arm/net/bpf_jit_32.c | 2 +- arch/powerpc/net/bpf_jit_comp32.c | 2 +- arch/powerpc/net/bpf_jit_comp64.c | 4 ++-- arch/sparc/net/bpf_jit_asm_32.S | 2 +- include/linux/filter.h | 4 ++-- kernel/bpf/reuseport_array.c | 2 +- tools/lib/bpf/btf.c | 4 ++-- tools/lib/bpf/usdt.c | 2 +- tools/testing/selftests/bpf/libarena/src/asan.bpf.c | 2 +- tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c | 2 +- tools/testing/selftests/bpf/prog_tests/task_local_data.h | 2 +- tools/testing/selftests/bpf/progs/freplace_unreliable_prog.c | 2 +- tools/testing/selftests/bpf/progs/iters.c | 2 +- tools/testing/selftests/bpf/progs/verifier_var_off.c | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) -- 2.48.1