Re: [PATCH] bpftool: Fix wrong format output
From: Quentin Monnet
Date: Thu Nov 21 2024 - 06:42:13 EST
2024-11-21 16:47 UTC+0800 ~ liujing <liujing@xxxxxxxxxxxxxxxxxxxx>
> From: liujing <liujing_yewu@xxxxxxxxxxxxxxxxxxxx>
>
> %d in format string requires 'int' but the argument type
> of pf is 'unsigned int'.
>
> Signed-off-by: liujing <liujing@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Quentin Monnet <qmo@xxxxxxxxxx>
Thank you