[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168686702116.9701.8936089484702817897.git-patchwork-notify@kernel.org>
Date: Thu, 15 Jun 2023 22:10:21 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alex Maftei <alex.maftei@....com>
Cc: richardcochran@...il.com, shuah@...nel.org,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists