]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
posix-timers: Fix stale function name in comment
authorZhan Xusheng <zhanxusheng1024@gmail.com>
Thu, 26 Mar 2026 14:22:10 +0000 (22:22 +0800)
committerThomas Gleixner <tglx@kernel.org>
Sat, 28 Mar 2026 13:18:13 +0000 (14:18 +0100)
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 <zhanxusheng@xiaomi.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260326142210.98632-1-zhanxusheng@xiaomi.com
kernel/time/posix-timers.c

index 413e2389f0a53f6ca310d2b9a1d2196c686eec89..9331e1614124693dda2332f51ab7458310e1d226 100644 (file)
@@ -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)))