sched/sched: Fix comments in sched_timerexpiration.

This commit fixed comments in sched_timerexpiration.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
ouyangxiangzhen
2026-01-08 20:37:04 +08:00
committed by Xiang Xiao
parent c69cf36b7c
commit 4c1228059f
+2 -1
View File
@@ -190,7 +190,8 @@ static void nxsched_process_event(wdparm_t noswitches)
* active task on a single CPU.
*
* Input Parameters:
* cpu - The CPU that we are performing the scheduler operations on.
* cpu - The CPU that we are performing the scheduler operations on.
* ticks - The number of ticks that represent current time.
* elapsed - The number of ticks that have elapsed on the interval timer.
* noswitches - True: Can't do context switches now.
*