]> git.baikalelectronics.ru Git - kernel.git/commit
posix-cpu-timers: Fixup stale comment
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Aug 2019 14:31:45 +0000 (16:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 20 Aug 2019 20:09:53 +0000 (22:09 +0200)
commit49702c11ba45291de44b59f910695a40a67d72b4
tree6795d5b6b98535ad868d2ae400d45d4187dfa632
parent04710dee12107d084684d69242a57765330e1881
posix-cpu-timers: Fixup stale comment

The comment above cleanup_timers() is outdated. The timers are only removed
from the task/process list heads but not modified in any other way.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190819143801.747233612@linutronix.de
kernel/time/posix-cpu-timers.c