[PATCH 0/2] sched/fair: cleanups and readability fixes

Zhan Xusheng posted 2 patches 1 month, 2 weeks ago
[PATCH 0/2] sched/fair: cleanups and readability fixes
Posted by Zhan Xusheng 1 month, 2 weeks ago
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