]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/bpf: Fix the wrong format specifier
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Wed, 24 Jul 2024 11:11:20 +0000 (04:11 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 30 Jul 2024 20:41:20 +0000 (13:41 -0700)
commit781f0bbbdade00f91490a3f64212e8cc8d75905c
tree7819da4c7ba3c63ad85b1f8d9cd4e13c697ab96c
parentba71ffb660e4d41fe589f2459fb888ea61fdb310
tools/bpf: Fix the wrong format specifier

The format specifier of "unsigned int" in printf() should be "%u", not
"%d".

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/bpf/20240724111120.11625-1-zhujun2@cmss.chinamobile.com
tools/bpf/bpftool/xlated_dumper.c