Hello:
This patch was applied to netdev/net-next.git (master) by Jakub Kicinski kuba@kernel.org:
On Sat, 19 Mar 2022 15:37:30 +0800 you wrote:
`cur64`, `start64` and `ts_delta` are int64_t. Change format specifiers in fprintf from `"%lu"` to `"%" PRId64` to adapt to 32-bit and 64-bit systems.
Signed-off-by: Guo Zhengkui guozhengkui@vivo.com
tools/testing/selftests/net/txtimestamp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Here is the summary with links: - [linux-next,v3] selftests: net: change fprintf format specifiers https://git.kernel.org/netdev/net-next/c/94f19e1ec38f
You are awesome, thank you!