Re: [PATCH 07/16] selftests: timers: Use clock_name() and constants from clock-helpers.h
John Stultz <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANDhNCrhhsAo0V7k1fS0P2Cx_5xyCOciSjj=ctvY7O+2RMpkfA@mail.gmail.com> |
On Wed, Jul 29, 2026 at 11:47 PM Thomas Weißschuh (Schneider Electric) <[email protected]> wrote: > > Replace the many repetitions of custom clockid_t to string translation > with the clock_name() helper from clock-helpers.h. > Also drop the custom ?SEC_PER_?SEC definitions. > > Signed-off-by: Thomas Weißschuh (Schneider Electric) <[email protected]> Acked-by: John Stultz <[email protected]>