bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments
@ 2026-09-08  5:48 Hemanth Selam
  2026-09-08  5:48 ` [PATCH bpf-next v4 1/7] ARM: net: fix typo "arithmatic" in comment Hemanth Selam
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Hemanth Selam @ 2026-09-08  5:48 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Eduard Zingerman, Kumar Kartikeya Dwivedi, Martin KaFai Lau,
	Song Liu, Yonghong Song, Jiri Olsa, Emil Tsalapatis,
	Ihor Solodrai, Russell King, Puranjay Mohan, John Fastabend,
	Hari Bathini, Christophe Leroy (CS GROUP), Naveen N Rao,
	Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
	Shuah Khan, David S. Miller, Andreas Larsson
  Cc: bpf, linux-arm-kernel, linux-kernel, linuxppc-dev,
	linux-kselftest, sparclinux

Fix misspellings and repeated words in comments, found with
scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt.
Comments only, no code changes.

Changes since v3:
 - rebased onto bpf-next.  CI reported a conflict on v3 and asked for a
   rebase and resubmit; the tree has moved on since and the series
   applies cleanly again.  The patches are otherwise identical to v3.

Changes since v2:
 - moved from mainline to bpf-next, which resolved the earlier conflict
   in stream.c where the typo had already been fixed upstream.
 - renamed the selftests patches to the selftests/bpf: prefix used by the
   rest of that directory, as 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-09-09 18:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-08  5:48 [PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 1/7] ARM: net: fix typo "arithmatic" in comment Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 2/7] bpf: fix typos in comments Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 3/7] powerpc: net: fix typo "upto" " Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 4/7] selftests/bpf: fix typos " Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 5/7] sparc: net: fix typo "evalute" in comment Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 6/7] libbpf: Fix typos in comments Hemanth Selam
2026-09-08  5:48 ` [PATCH bpf-next v4 7/7] selftests/bpf: fix repeated words " Hemanth Selam
     [not found] ` <01b5453944b3f5259e123e7684a6b6acc60cab31bb258bc7dad31adc5e294984@mail.kernel.org>
2026-09-08  6:08   ` [PATCH bpf-next v4 0/7] bpf: fix typos and " Hemanth Selam
2026-09-09 18:29 ` Emil Tsalapatis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).