summaryrefslogtreecommitdiff
path: root/tools/perf/python
diff options
context:
space:
mode:
authorHaoyang LIU <tttturtleruss@gmail.com>2026-02-10 23:39:02 +0800
committerSteven Rostedt (Google) <rostedt@goodmis.org>2026-02-11 21:58:21 -0500
commitfa4820b893843f7ad5e1b5c446a92426c5c946ce (patch)
tree7f8fb9fbe140745c4b1af45d45e17baeaf53814f /tools/perf/python
parent804c4a2209bcf6ed4c45386f033e4d0f7c5bfda5 (diff)
tracing: Fix indentation of return statement in print_trace_fmt()
The return statement inside the nested if block in print_trace_fmt() is not properly indented, making the code structure unclear. This was flagged by smatch as a warning. Add proper indentation to the return statement to match the kernel coding style and improve readability. Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://patch.msgid.link/20260210153903.8041-1-tttturtleruss@gmail.com Signed-off-by: Haoyang LIU <tttturtleruss@gmail.com> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/python')
0 files changed, 0 insertions, 0 deletions