Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6-microblaze.git] / lib / test_bpf.c
index 44d8197..830a18e 100644 (file)
@@ -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),
@@ -8616,7 +8616,7 @@ static int __run_one(const struct bpf_prog *fp, const void *data,
        start = ktime_get_ns();
 
        for (i = 0; i < runs; i++)
-               ret = BPF_PROG_RUN(fp, data);
+               ret = bpf_prog_run(fp, data);
 
        finish = ktime_get_ns();
        migrate_enable();