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

From: Zhan Xusheng

Date: Fri Dec 19 2025 - 03:50:11 EST


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