diff options
author | Luo Yifan <luoyifan@cmss.chinamobile.com> | 2024-11-11 03:10:04 +0100 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-11-12 05:04:59 +0100 |
commit | 4b153542013304ff6c971f8cfc85903327fcca8c (patch) | |
tree | 7d8f56b7f790f9935ebbfc8896013c006c84144d /include/linux/bpf.h | |
parent | kbuild,bpf: Pass make jobs' value to pahole (diff) | |
download | linux-4b153542013304ff6c971f8cfc85903327fcca8c.tar.xz linux-4b153542013304ff6c971f8cfc85903327fcca8c.zip |
tools/bpf: Fix the wrong format specifier in bpf_jit_disasm
There is a static checker warning that the %d in format string is
mismatched with the corresponding argument type, which could result in
incorrect printed data. This patch fixes it.
Signed-off-by: Luo Yifan <luoyifan@cmss.chinamobile.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241111021004.272293-1-luoyifan@cmss.chinamobile.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions