diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-05-28 10:08:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-06-13 08:47:16 +0200 |
commit | 29dd6f8cd285360cc5a3e1dc696a960541020705 (patch) | |
tree | 2168ab1b6a7d2ef7f945596cdf6c291e8a349686 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c503c3dc2d49dbca2cec531ca8f1b8e9143c5087 (diff) |
sched: Clean up and standardize #if/#else/#endif markers in sched/debug.c
- Use the standard #ifdef marker format for larger blocks,
where appropriate:
#if CONFIG_FOO
...
#else /* !CONFIG_FOO: */
...
#endif /* !CONFIG_FOO */
- Fix whitespace noise and other inconsistencies.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Shrikanth Hegde <sshegde@linux.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Valentin Schneider <vschneid@redhat.com>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20250528080924.2273858-9-mingo@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions