BPF List
 help / color / mirror / Atom feed
* [PATCH bpf] selftests/bpf: Add a copyright notice to lpm_trie_map_get_next_key
@ 2024-11-03  4:22 Byeonguk Jeong
  2024-11-03  6:04 ` Byeonguk Jeong
  0 siblings, 1 reply; 8+ messages in thread
From: Byeonguk Jeong @ 2024-11-03  4:22 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Hou Tao; +Cc: bpf, linux-kernel

Add a copyright notice that was missed at the commit
d7f214aeacb9 ("selftests/bpf: Add test for trie_get_next_key()")

Signed-off-by: Byeonguk Jeong <jungbu2855@gmail.com>
---
 .../testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c b/tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c
index 0ba015686492..3821d229cad3 100644
--- a/tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c
+++ b/tools/testing/selftests/bpf/map_tests/lpm_trie_map_get_next_key.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-
+/* Copyright (c) 2024 Ahnlab, Inc.  */
 #define _GNU_SOURCE
 #include <linux/bpf.h>
 #include <stdio.h>
-- 
2.43.0


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

end of thread, other threads:[~2024-11-05  6:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03  4:22 [PATCH bpf] selftests/bpf: Add a copyright notice to lpm_trie_map_get_next_key Byeonguk Jeong
2024-11-03  6:04 ` Byeonguk Jeong
2024-11-04  1:34   ` Hou Tao
2024-11-04  2:02     ` Byeonguk Jeong
2024-11-05  2:39       ` Hou Tao
2024-11-04 10:07     ` Ilya Leoshkevich
2024-11-05  2:34       ` Hou Tao
2024-11-05  6:21         ` Hou Tao

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