commit | 2900bcbee3899e900853be555665f126673141b7 | [log] [tgz] |
---|---|---|
author | Valentin Schneider <vschneid@redhat.com> | Fri Sep 01 17:10:38 2023 +0200 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri Sep 01 21:27:22 2023 -0400 |
tree | 374b10541e73fc53b63adb77970bb26a65b1c9a0 | |
parent | 1caf7adb9e000479d2bd29c86b6d7eaeb24b1b05 [diff] |
tracing/filters: Change parse_pred() cpulist ternary into an if block Review comments noted that an if block would be clearer than a ternary, so swap it out. No change in behaviour intended Link: https://lkml.kernel.org/r/20230901151039.125186-4-vschneid@redhat.com Cc: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Valentin Schneider <vschneid@redhat.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>