Re: [PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()

From: Steven Rostedt

Date: Fri Jul 03 2026 - 15:09:37 EST


On Fri, 3 Jul 2026 20:37:09 +0200
Markus Elfring <Markus.Elfring@xxxxxx> wrote:
> Do any contributors care a bit more for involved technical details?
> https://lore.kernel.org/arm-scmi/20251208020907.5476-4-krzysztof.kozlowski@xxxxxxxxxxxxxxxx/

That example uses the variable in a specific block whereas this variable is
used in most of the function, which makes it appropriate where it lies.

-- Steve