This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 4c1228059fc4fea6a5bd51a17a381dc55dcae279 Author: ouyangxiangzhen <[email protected]> AuthorDate: Thu Jan 8 20:37:04 2026 +0800 sched/sched: Fix comments in sched_timerexpiration. This commit fixed comments in sched_timerexpiration. Signed-off-by: ouyangxiangzhen <[email protected]> --- sched/sched/sched_timerexpiration.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/sched/sched_timerexpiration.c b/sched/sched/sched_timerexpiration.c index ea25b6e7c16..1c1785e6d4b 100644 --- a/sched/sched/sched_timerexpiration.c +++ b/sched/sched/sched_timerexpiration.c @@ -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. *
