Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
@ 2025-06-30 12:55 Colin Ian King
  2025-07-01 20:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-06-30 12:55 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Song Liu, Yonghong Song, John Fastabend,
	KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa, Mykola Lysenko,
	Shuah Khan, bpf, linux-kselftest
  Cc: kernel-janitors, linux-kernel

There are spelling mistakes in description text. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/bpf/progs/verifier_bounds.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/bpf/progs/verifier_bounds.c b/tools/testing/selftests/bpf/progs/verifier_bounds.c
index e52a24e15b34..6f986ae5085e 100644
--- a/tools/testing/selftests/bpf/progs/verifier_bounds.c
+++ b/tools/testing/selftests/bpf/progs/verifier_bounds.c
@@ -1474,7 +1474,7 @@ __naked void sub64_full_overflow(void)
 }
 
 SEC("socket")
-__description("64-bit subtration, partial overflow, result in unbounded reg")
+__description("64-bit subtraction, partial overflow, result in unbounded reg")
 __success __log_level(2)
 __msg("3: (1f) r3 -= r2 {{.*}} R3_w=scalar()")
 __retval(0)
@@ -1514,7 +1514,7 @@ __naked void sub32_full_overflow(void)
 }
 
 SEC("socket")
-__description("32-bit subtration, partial overflow, result in unbounded u32 bounds")
+__description("32-bit subtraction, partial overflow, result in unbounded u32 bounds")
 __success __log_level(2)
 __msg("3: (1c) w3 -= w2 {{.*}} R3_w=scalar(smin=0,smax=umax=0xffffffff,var_off=(0x0; 0xffffffff))")
 __retval(0)
-- 
2.50.0


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

* Re: [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
  2025-06-30 12:55 [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction" Colin Ian King
@ 2025-07-01 20:40 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-07-01 20:40 UTC (permalink / raw)
  To: Colin Ian King
  Cc: ast, daniel, andrii, martin.lau, song, yonghong.song,
	john.fastabend, kpsingh, sdf, haoluo, jolsa, mykolal, shuah, bpf,
	linux-kselftest, kernel-janitors, linux-kernel

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Mon, 30 Jun 2025 13:55:28 +0100 you wrote:
> There are spelling mistakes in description text. Fix these.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  tools/testing/selftests/bpf/progs/verifier_bounds.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
    https://git.kernel.org/bpf/bpf-next/c/1230be820981

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-07-01 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30 12:55 [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction" Colin Ian King
2025-07-01 20:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox