X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Ftesting%2Fselftests%2Fbpf%2Fprog_tests%2Fskb_ctx.c;h=fafeddaad6a998e33ea99d95be5440fd6ed32558;hb=cb95712138ec5e480db5160b41172bbc6f6494cc;hp=25de86af2d033adc17a456a51062364da4594c5a;hpb=049eb096da48db0421dd5e358b9b082a1a8a2025;p=linux-2.6-microblaze.git diff --git a/tools/testing/selftests/bpf/prog_tests/skb_ctx.c b/tools/testing/selftests/bpf/prog_tests/skb_ctx.c index 25de86af2d03..fafeddaad6a9 100644 --- a/tools/testing/selftests/bpf/prog_tests/skb_ctx.c +++ b/tools/testing/selftests/bpf/prog_tests/skb_ctx.c @@ -81,7 +81,7 @@ void test_skb_ctx(void) CHECK_ATTR(tattr.ctx_size_out != sizeof(skb), "ctx_size_out", - "incorrect output size, want %lu have %u\n", + "incorrect output size, want %zu have %u\n", sizeof(skb), tattr.ctx_size_out); for (i = 0; i < 5; i++)