]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commite9fb60a780fe7eae6a5d73e647208b2a7d3e3b54
tree1232549d25ba0a92f3c45ff88a4ea478f2e6bd3e
parent551e49beb1752387aed09eb2a0ea4c82ed1f3a35
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
kernel/time/posix-timers.c