Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <zhanxusheng@xiaomi.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260326142210.98632-1-zhanxusheng@xiaomi.com

authored by

Zhan Xusheng and committed by
Thomas Gleixner
e9fb60a7 551e49be

+1 -1
+1 -1
kernel/time/posix-timers.c
··· 1092 1092 } 1093 1093 1094 1094 /* 1095 - * There should be no timers on the ignored list. itimer_delete() has 1095 + * There should be no timers on the ignored list. posix_timer_delete() has 1096 1096 * mopped them up. 1097 1097 */ 1098 1098 if (!WARN_ON_ONCE(!hlist_empty(&tsk->signal->ignored_posix_timers)))