Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 15 Jun 2023 09:34:04 +0100 you wrote:
Previously, timestamps were printed using "%lld.%u" which is incorrect for nanosecond values lower than 100,000,000 as they're fractional digits, therefore leading zeros are meaningful.
This patch changes the format strings to "%lld.%09u" in order to add leading zeros to the nanosecond value.
[...]
Here is the summary with links: - selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET https://git.kernel.org/netdev/net/c/76a4c8b82938
You are awesome, thank you!