Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpf, tests: Fix spelling mistake "shoft" -> "shift"

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

authored by

Colin Ian King and committed by
Daniel Borkmann
1bda52f8 fa183a86

+1 -1
+1 -1
lib/test_bpf.c
··· 5163 5163 { { 0, -1 } } 5164 5164 }, 5165 5165 { 5166 - "ALU64_ARSH_K: Zero shoft", 5166 + "ALU64_ARSH_K: Zero shift", 5167 5167 .u.insns_int = { 5168 5168 BPF_LD_IMM64(R0, 0x8123456789abcdefLL), 5169 5169 BPF_ALU64_IMM(BPF_ARSH, R0, 0),