projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d1d7730
)
selftests/bpf: Fix spelling mistake "detecion" -> "detection"
author
Colin Ian King
<colin.i.king@gmail.com>
Mon, 6 Feb 2023 09:22:29 +0000
(09:22 +0000)
committer
Andrii Nakryiko
<andrii@kernel.org>
Mon, 6 Feb 2023 22:51:30 +0000
(14:51 -0800)
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link:
https://lore.kernel.org/bpf/20230206092229.46416-1-colin.i.king@gmail.com
tools/testing/selftests/bpf/xdp_features.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/xdp_features.c
b/tools/testing/selftests/bpf/xdp_features.c
index
10fad12
..
fce1216
100644
(file)
--- a/
tools/testing/selftests/bpf/xdp_features.c
+++ b/
tools/testing/selftests/bpf/xdp_features.c
@@
-57,7
+57,7
@@
static void sig_handler(int sig)
const char *argp_program_version = "xdp-features 0.0";
const char argp_program_doc[] =
-"XDP features detecion application.\n"
+"XDP features detec
t
ion application.\n"
"\n"
"XDP features application checks the XDP advertised features match detected ones.\n"
"\n"