Re: [PATCH 04/12] unwind: Simplify unwind_reset_info()

From: Steven Rostedt
Date: Wed Oct 01 2025 - 11:32:09 EST


On Wed, 24 Sep 2025 09:59:52 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> Invert the condition of the first if and make it an early exit to
> reduce an indent level for the rest fo the function.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve