All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] selftest/bpf: fix typo
@ 2021-01-21 12:23 angkery
  2021-01-22  0:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: angkery @ 2021-01-21 12:23 UTC (permalink / raw)
  To: shuah, ast, daniel, andrii; +Cc: bpf, Junlin Yang

From: Junlin Yang <yangjunlin@yulong.com>

Change 'exeeds' to 'exceeds'.

Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
---
v1: resend this patch with Cc

 tools/testing/selftests/bpf/prog_tests/btf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/bpf/prog_tests/btf.c b/tools/testing/selftests/bpf/prog_tests/btf.c
index 8ae97e2..ea008d0 100644
--- a/tools/testing/selftests/bpf/prog_tests/btf.c
+++ b/tools/testing/selftests/bpf/prog_tests/btf.c
@@ -914,7 +914,7 @@ struct btf_raw_test {
 	.err_str = "Member exceeds struct_size",
 },
 
-/* Test member exeeds the size of struct
+/* Test member exceeds the size of struct
  *
  * struct A {
  *     int m;
@@ -948,7 +948,7 @@ struct btf_raw_test {
 	.err_str = "Member exceeds struct_size",
 },
 
-/* Test member exeeds the size of struct
+/* Test member exceeds the size of struct
  *
  * struct A {
  *     int m;
-- 
1.9.1



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

* Re: [PATCH bpf-next] selftest/bpf: fix typo
  2021-01-21 12:23 [PATCH bpf-next] selftest/bpf: fix typo angkery
@ 2021-01-22  0:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-01-22  0:00 UTC (permalink / raw)
  To: angkery; +Cc: shuah, ast, daniel, andrii, bpf, yangjunlin

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Thu, 21 Jan 2021 20:23:09 +0800 you wrote:
> From: Junlin Yang <yangjunlin@yulong.com>
> 
> Change 'exeeds' to 'exceeds'.
> 
> Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
> ---
> v1: resend this patch with Cc
> 
> [...]

Here is the summary with links:
  - [bpf-next] selftest/bpf: fix typo
    https://git.kernel.org/bpf/bpf-next/c/443edcefb821

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:[~2021-01-22  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 12:23 [PATCH bpf-next] selftest/bpf: fix typo angkery
2021-01-22  0:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.