Re: [PATCH v8 01/25] tick/sched: Cleanup confusing variables

From: Frederic Weisbecker
Date: Thu Oct 05 2023 - 11:45:53 EST


On Wed, Oct 04, 2023 at 02:34:30PM +0200, Anna-Maria Behnsen wrote:
> tick_nohz_stop_tick() contains the expires (u64 variable) and tick
> (ktime_t) variable. In the beginning the value of expires is written to
> tick. Afterwards non of the variables is changed. They are only used for

*none

> checks.
>
> Drop the not required variable tick and use always expires instead.
>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>