Drop words accidentally written twice, reported by checkpatch.pl as a possible repeated word. Only touches comments, no code changes.
Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <[email protected]> --- tools/testing/selftests/bpf/libarena/src/asan.bpf.c | 2 +- tools/testing/selftests/bpf/progs/iters.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/bpf/libarena/src/asan.bpf.c b/tools/testing/selftests/bpf/libarena/src/asan.bpf.c index 5135d5c72a46..158d95c2520b 100644 --- a/tools/testing/selftests/bpf/libarena/src/asan.bpf.c +++ b/tools/testing/selftests/bpf/libarena/src/asan.bpf.c @@ -221,7 +221,7 @@ static __always_inline bool check_asan_args(s8 __arena *addr, size_t size, goto confirmed_valid; /* - * Wraparound is possible for values close to the the edge of the + * Wraparound is possible for values close to the edge of the * 4GiB boundary of the arena (last valid address is 1UL << 32 - 1). * * diff --git a/tools/testing/selftests/bpf/progs/iters.c b/tools/testing/selftests/bpf/progs/iters.c index 62d7df9e80be..340670e89ba9 100644 --- a/tools/testing/selftests/bpf/progs/iters.c +++ b/tools/testing/selftests/bpf/progs/iters.c @@ -1511,7 +1511,7 @@ __naked int checkpoint_states_deletion(void) * would get equal to one of the explored states and thus loop * exploration would be finished (at-least for a specific path). * Verifier evicts explored states with high miss to hit ratio - * to to avoid comparing current state with too many explored + * to avoid comparing current state with too many explored * states per instruction. * This test is designed to "stress test" eviction policy defined using formula: * -- 2.48.1

