From: Zhan Xusheng Date: Thu, 26 Mar 2026 14:22:10 +0000 (+0800) Subject: posix-timers: Fix stale function name in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9fb60a780fe7eae6a5d73e647208b2a7d3e3b54;p=thirdparty%2Fkernel%2Flinux.git posix-timers: Fix stale function name in comment The comment in exit_itimers() still refers to itimer_delete(), which was replaced by posix_timer_delete(). Update the comment accordingly. Signed-off-by: Zhan Xusheng Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260326142210.98632-1-zhanxusheng@xiaomi.com --- diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 413e2389f0a53..9331e16141246 100644 --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c @@ -1092,7 +1092,7 @@ void exit_itimers(struct task_struct *tsk) } /* - * There should be no timers on the ignored list. itimer_delete() has + * There should be no timers on the ignored list. posix_timer_delete() has * mopped them up. */ if (!WARN_ON_ONCE(!hlist_empty(&tsk->signal->ignored_posix_timers)))