diff options
author | 2025-08-01 16:37:26 -0400 | |
---|---|---|
committer | 2025-08-01 16:49:15 -0400 | |
commit | 12d5189615862a9eb06d4aa7c8a990bcde2ebb01 (patch) | |
tree | 28512bae63aa7b2d42173e36cbcb71220889a639 /tools/perf/scripts/python | |
parent | tracing: Add guard() around locks and mutexes in trace.c (diff) | |
download | wireguard-linux-12d5189615862a9eb06d4aa7c8a990bcde2ebb01.tar.xz wireguard-linux-12d5189615862a9eb06d4aa7c8a990bcde2ebb01.zip |
tracing: Use __free(kfree) in trace.c to remove gotos
There's a couple of locations that have goto out in trace.c for the only
purpose of freeing a variable that was allocated. These can be replaced
with __free(kfree).
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: https://lore.kernel.org/20250801203858.040892777@kernel.org
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions