projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa183a8
)
bpf, tests: Fix spelling mistake "shoft" -> "shift"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 15 Aug 2021 21:39:50 +0000
(22:39 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Mon, 16 Aug 2021 21:36:33 +0000
(23:36 +0200)
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20210815213950.47751-1-colin.king@canonical.com
lib/test_bpf.c
patch
|
blob
|
history
diff --git
a/lib/test_bpf.c
b/lib/test_bpf.c
index 44d8197bbffb21c0b7f7ee7b4eb564bb98ea4ccb..77fe6fde56c52c58a675a95767208d7eda8ec311 100644
(file)
--- a/
lib/test_bpf.c
+++ b/
lib/test_bpf.c
@@
-5163,7
+5163,7
@@
static struct bpf_test tests[] = {
{ { 0, -1 } }
},
{
- "ALU64_ARSH_K: Zero sh
o
ft",
+ "ALU64_ARSH_K: Zero sh
i
ft",
.u.insns_int = {
BPF_LD_IMM64(R0, 0x8123456789abcdefLL),
BPF_ALU64_IMM(BPF_ARSH, R0, 0),