All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sched_ext: Standardize preprocessor comment markers
@ 2025-06-11 13:54 Cheng-Yang Chou
  2025-06-11 13:54 ` [PATCH 1/4] sched_ext: Clean up and standardize #if/#else/#endif markers in sched/ext.c Cheng-Yang Chou
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Cheng-Yang Chou @ 2025-06-11 13:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: tj, void, arighi, changwoo, jserv, yphbchou0911

This series standardizes `#if/#else/#endif` comment markers in the
`sched/ext*.{c,h}` files for consistency and readability.

It follows the direction of Ingo Molnar's recent cleanup
("[PATCH 00/43] sched: Use the SMP scheduler on UP too"), which reduced
`CONFIG_SMP` complexity and removed many `#ifdef` blocks across the scheduler.

No functional change.

Thanks.

-chengyang

---
Cheng-Yang Chou (4):
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext.c
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext.h
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext_idle.c
  sched_ext: Clean up and standardize #if/#else/#endif markers in
    sched/ext_idle.h

 kernel/sched/ext.c      | 26 +-------------------------
 kernel/sched/ext.h      |  2 +-
 kernel/sched/ext_idle.c | 25 +------------------------
 kernel/sched/ext_idle.h | 10 ----------
 4 files changed, 3 insertions(+), 60 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-14  8:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 13:54 [PATCH 0/4] sched_ext: Standardize preprocessor comment markers Cheng-Yang Chou
2025-06-11 13:54 ` [PATCH 1/4] sched_ext: Clean up and standardize #if/#else/#endif markers in sched/ext.c Cheng-Yang Chou
2025-06-11 13:54 ` [PATCH 2/4] sched_ext: Clean up and standardize #if/#else/#endif markers in sched/ext.h Cheng-Yang Chou
2025-06-11 13:54 ` [PATCH 3/4] sched_ext: Clean up and standardize #if/#else/#endif markers in sched/ext_idle.c Cheng-Yang Chou
2025-06-14  0:49   ` Tejun Heo
2025-06-11 13:54 ` [PATCH 4/4] sched_ext: Clean up and standardize #if/#else/#endif markers in sched/ext_idle.h Cheng-Yang Chou
2025-06-14  0:42 ` [PATCH 0/4] sched_ext: Standardize preprocessor comment markers Tejun Heo
2025-06-14  8:06   ` Cheng-Yang Chou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.