mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] sched/fair: cleanups and readability fixes
@ 2025-12-19  8:50 Zhan Xusheng
  2025-12-19  8:50 ` [PATCH 1/2] sched/fair: fix comma operator misuse in NUMA fault accounting Zhan Xusheng
  2025-12-19  8:50 ` [PATCH 2/2] sched/fair: replace bare 'unsigned' with 'unsigned int' Zhan Xusheng
  0 siblings, 2 replies; 4+ messages in thread
From: Zhan Xusheng @ 2025-12-19  8:50 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: Ingo Molnar, linux-sched, linux-kernel, Zhan Xusheng

This series contains two small cleanups in the CFS scheduler:

1. Fix misuse of the comma operator in NUMA fault accounting by
   replacing it with explicit statements, improving readability.

2. Replace bare 'unsigned' casts with explicit 'unsigned int' casts
   to comply with kernel coding style.

No functional changes intended.

Thanks,
Zhan Xusheng

-- 
2.43.0


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

end of thread, other threads:[~2025-12-19 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-19  8:50 [PATCH 0/2] sched/fair: cleanups and readability fixes Zhan Xusheng
2025-12-19  8:50 ` [PATCH 1/2] sched/fair: fix comma operator misuse in NUMA fault accounting Zhan Xusheng
2025-12-19 10:54   ` Peter Zijlstra
2025-12-19  8:50 ` [PATCH 2/2] sched/fair: replace bare 'unsigned' with 'unsigned int' Zhan Xusheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®