diff options
| author | Colin Ian King <[email protected]> | 2021-08-15 21:39:50 +0000 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2021-08-16 21:36:33 +0000 |
| commit | 1bda52f80471260bcc7391f4e6919effedfc88d8 (patch) | |
| tree | cfbafc6e6370e213ff6e4753b15198ea41614d86 | |
| parent | Merge branch 'BPF iterator for UNIX domain socket.' (diff) | |
| download | kernel-1bda52f80471260bcc7391f4e6919effedfc88d8.tar.gz kernel-1bda52f80471260bcc7391f4e6919effedfc88d8.zip | |
bpf, tests: Fix spelling mistake "shoft" -> "shift"
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
| -rw-r--r-- | lib/test_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_bpf.c b/lib/test_bpf.c index 44d8197bbffb..77fe6fde56c5 100644 --- 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 shoft", + "ALU64_ARSH_K: Zero shift", .u.insns_int = { BPF_LD_IMM64(R0, 0x8123456789abcdefLL), BPF_ALU64_IMM(BPF_ARSH, R0, 0), |
