Re: [PATCH 09/21] ntp: Move tick_stat* into ntp_data

From: John Stultz
Date: Wed Sep 11 2024 - 16:25:50 EST


On Wed, Sep 11, 2024 at 6:18 AM Anna-Maria Behnsen
<anna-maria@xxxxxxxxxxxxx> wrote:
>
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> Continue the conversion from static variables to struct based data.
>
> No functional change.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

No objection on this, but I wonder if it might be worth dropping the
time_ prefix when you've moved the fields into the ntp_data structure?

Otherwise,
Acked-by: John Stultz <jstultz@xxxxxxxxxx>

thanks
-john